Searched defs:xfs_attr_intent (Results 1 – 1 of 1) sorted by relevance
500 struct xfs_attr_intent { struct505 struct list_head xattri_list;508 struct xfs_da_state *xattri_da_state;510 struct xfs_da_args *xattri_da_args;516 struct xfs_attri_log_nameval *xattri_nameval;519 enum xfs_delattr_state xattri_dela_state;524 unsigned int xattri_op_flags;548 int xfs_attr_set_iter(struct xfs_attr_intent *attr); argument