Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dgfs2_ondisk.h226 struct gfs2_leaf { struct
227 struct gfs2_meta_header lf_header;
228 __be16 lf_depth;
229 __be16 lf_entries;
230 __be32 lf_dirent_format;
231 __be64 lf_next;
232 union {
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dgfs2_ondisk.h240 struct gfs2_leaf { struct
241 struct gfs2_meta_header lf_header;
242 __be16 lf_depth;
243 __be16 lf_entries;
244 __be32 lf_dirent_format;
245 __be64 lf_next;
246 union {
/kernel/linux/linux-5.10/include/uapi/linux/
Dgfs2_ondisk.h339 struct gfs2_leaf { struct
340 struct gfs2_meta_header lf_header;
342 __be16 lf_depth; /* Depth of leaf */
343 __be16 lf_entries; /* Number of dirents in leaf */
344 __be32 lf_dirent_format; /* Format of the dirents */
345 __be64 lf_next; /* Next leaf, if overflow */
347 union {