Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_da_btree.h55 typedef struct xfs_da_args { struct
56 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