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 int namelen; /* length of string (maybe no NULL) */82 } xfs_da_args_t; argument