Searched defs:xfs_attr_list_context (Results 1 – 4 of 4) sorted by relevance
94358 struct xfs_attr_list_context { struct94359 struct xfs_trans *tp;94360 struct xfs_inode *dp;94361 struct xfs_attrlist_cursor_kern cursor;94362 void *buffer;94363 int seen_enough;94364 bool allow_incomplete;94365 ssize_t count;94366 int dupcnt;94367 int bufsize;[all …]
55059 struct xfs_attr_list_context { struct55060 struct xfs_trans *tp;55061 struct xfs_inode *dp;55062 struct xfs_attrlist_cursor_kern cursor;55063 void *buffer;55064 int seen_enough;55065 bool allow_incomplete;55066 ssize_t count;55067 int dupcnt;55068 int bufsize;[all …]