Searched defs:xfs_da_args (Results 1 – 1 of 1) sorted by relevance
55 typedef struct xfs_da_args { struct56 struct xfs_da_geometry *geo; /* da block geometry */57 const uint8_t *name; /* string (maybe not NULL terminated) */58 const uint8_t *new_name; /* new attr name */59 void *value; /* set of bytes (maybe contain NULLs) */60 void *new_value; /* new xattr value (may contain NULLs) */61 struct xfs_inode *dp; /* directory inode to manipulate */62 struct xfs_trans *trans; /* current trans (changes over time) */64 xfs_ino_t inumber; /* input/output inode number */88 } xfs_da_args_t; argument