Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dincore.h714 u32 sd_hash_ptrs; /* Number of pointers in a hash block */ member
Ddir.c978 for (x = sdp->sd_hash_ptrs; x--; lp++) in dir_make_exhash()
985 for (x = sdp->sd_hash_ptrs, y = -1; x; x >>= 1, y++) ; in dir_make_exhash()
Dops_fstype.c303 sdp->sd_hash_ptrs = sdp->sd_hash_bsize / sizeof(u64); in gfs2_read_sb()