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 */56 struct xfs_attrlist_cursor_kern cursor; /* position in list */57 void *buffer; /* output buffer */85 int xfs_attr_list_ilocked(struct xfs_attr_list_context *); argument