Searched refs:lf_depth (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | dir.c | 884 leaf->lf_depth = cpu_to_be16(depth); in new_leaf() 1025 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) { in dir_split_leaf() 1032 nleaf = new_leaf(inode, &nbh, be16_to_cpu(oleaf->lf_depth) + 1); in dir_split_leaf() 1040 len = BIT(dip->i_depth - be16_to_cpu(oleaf->lf_depth)); in dir_split_leaf() 1043 fs_warn(GFS2_SB(inode), "i_depth %u lf_depth %u index %u\n", in dir_split_leaf() 1044 dip->i_depth, be16_to_cpu(oleaf->lf_depth), index); in dir_split_leaf() 1119 oleaf->lf_depth = nleaf->lf_depth; in dir_split_leaf() 1390 *depth = be16_to_cpu(lf->lf_depth); in gfs2_dir_read_leaf() 1749 leaf = new_leaf(inode, &bh, be16_to_cpu(oleaf->lf_depth)); in dir_new_leaf() [all...] |
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | dir.c | 882 leaf->lf_depth = cpu_to_be16(depth); in new_leaf() 1022 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) { in dir_split_leaf() 1029 nleaf = new_leaf(inode, &nbh, be16_to_cpu(oleaf->lf_depth) + 1); in dir_split_leaf() 1037 len = BIT(dip->i_depth - be16_to_cpu(oleaf->lf_depth)); in dir_split_leaf() 1040 fs_warn(GFS2_SB(inode), "i_depth %u lf_depth %u index %u\n", in dir_split_leaf() 1041 dip->i_depth, be16_to_cpu(oleaf->lf_depth), index); in dir_split_leaf() 1116 oleaf->lf_depth = nleaf->lf_depth; in dir_split_leaf() 1388 *depth = be16_to_cpu(lf->lf_depth); in gfs2_dir_read_leaf() 1751 leaf = new_leaf(inode, &bh, be16_to_cpu(oleaf->lf_depth)); in dir_new_leaf() [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | gfs2_ondisk.h | 342 __be16 lf_depth; /* Depth of leaf */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | gfs2_ondisk.h | 342 __be16 lf_depth; /* Depth of leaf */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | gfs2_ondisk.h | 242 __be16 lf_depth; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | gfs2_ondisk.h | 242 __be16 lf_depth; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | gfs2_ondisk.h | 228 __be16 lf_depth; member
|
Completed in 12 milliseconds