Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_attr.h53 struct xfs_attr_list_context { struct
54 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