Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr.h54 struct xfs_attr_list_context { struct
55 struct xfs_trans *tp;
56 struct xfs_inode *dp; /* inode */
57 struct xfs_attrlist_cursor_kern cursor; /* position in list */
58 void *buffer; /* output buffer */
64 int seen_enough;
65 bool allow_incomplete;
67 ssize_t count; /* num used entries */
68 int dupcnt; /* count dup hashvals seen */
69 int bufsize; /* total buffer size */
[all …]