Home
last modified time | relevance | path

Searched refs:ATTR_ALLOC (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr.h40 #define ATTR_ALLOC 0x8000 /* allocate xattr buffer on demand */ macro
52 { ATTR_ALLOC, "ALLOC" }
Dxfs_attr.c150 ASSERT((flags & (ATTR_ALLOC | ATTR_KERNOVAL)) || *value); in xfs_attr_get()
163 if (flags & ATTR_ALLOC) in xfs_attr_get()
176 if (flags & ATTR_ALLOC) { in xfs_attr_get()
/Linux-v5.4/fs/xfs/
Dxfs_acl.c139 ATTR_ALLOC | ATTR_ROOT); in xfs_get_acl()