Home
last modified time | relevance | path

Searched refs:sd_hash_ptrs (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/gfs2/
Dincore.h704 u32 sd_hash_ptrs; /* Number of pointers in a hash block */ member
Ddir.c973 for (x = sdp->sd_hash_ptrs; x--; lp++) in dir_make_exhash()
980 for (x = sdp->sd_hash_ptrs, y = -1; x; x >>= 1, y++) ; in dir_make_exhash()
Dops_fstype.c308 sdp->sd_hash_ptrs = sdp->sd_hash_bsize / sizeof(u64); in gfs2_read_sb()