Home
last modified time | relevance | path

Searched defs:datatype (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_alloc.h74 int datatype; /* mask defining data type treatment */ member
90 xfs_alloc_is_userdata(int datatype) in xfs_alloc_is_userdata()
96 xfs_alloc_allow_busy_reuse(int datatype) in xfs_alloc_allow_busy_reuse()
Dxfs_bmap.h43 int datatype;/* data type being allocated */ member
Dxfs_alloc.c309 int datatype, /* are we allocating data? */ in xfs_alloc_compute_diff()
/linux-4.19.296/include/linux/
Dkfifo.h66 #define __STRUCT_KFIFO_COMMON(datatype, recsize, ptrtype) \ argument