Searched defs:xfs_da_args (Results 1 – 1 of 1) sorted by relevance
61 typedef struct xfs_da_args { struct62 struct xfs_da_geometry *geo; /* da block geometry */63 const __uint8_t *name; /* string (maybe not NULL terminated) */64 int namelen; /* length of string (maybe no NULL) */65 __uint8_t filetype; /* filetype of inode for directories */89 } xfs_da_args_t; argument