Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr.h39 #define ATTR_INCOMPLETE 0x4000 /* [kernel] return INCOMPLETE attr keys */ macro
50 { ATTR_INCOMPLETE, "INCOMPLETE" }
/linux-4.19.296/fs/xfs/
Dxfs_attr_list.c446 !(context->flags & ATTR_INCOMPLETE)) in xfs_attr3_leaf_list_int()
624 if (flags & ATTR_INCOMPLETE) in xfs_attr_list()
/linux-4.19.296/fs/xfs/scrub/
Dattr.c434 sx.context.flags = ATTR_INCOMPLETE; in xchk_xattr()