Searched defs:xfs_attr_list_context (Results 1 – 1 of 1) sorted by relevance
53 struct xfs_attr_list_context { struct54 struct xfs_trans *tp;55 struct xfs_inode *dp; /* inode */57 void *buffer; /* output buffer */63 int seen_enough;64 bool allow_incomplete;66 ssize_t count; /* num used entries */67 int dupcnt; /* count dup hashvals seen */68 int bufsize; /* total buffer size */71 int resynch; /* T/F: resynch with cursor */[all …]