Searched defs:xfs_attr_list_context (Results 1 – 1 of 1) sorted by relevance
54 struct xfs_attr_list_context { struct55 struct xfs_trans *tp;56 struct xfs_inode *dp; /* inode */57 struct xfs_attrlist_cursor_kern cursor; /* position in list */65 int seen_enough;66 bool allow_incomplete;68 ssize_t count; /* num used entries */69 int dupcnt; /* count dup hashvals seen */70 int bufsize; /* total buffer size */71 int firstu; /* first used byte in buffer */[all …]