Home
last modified time | relevance | path

Searched refs:logstart (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_fs.h124 __u64 logstart; /* starting fsblock of the log */ member
150 __u64 logstart; /* starting fsblock of the log */ member
177 __u64 logstart; /* starting fsblock of the log */ member
Dxfs_sb.c1141 geo->logstart = sbp->sb_logstart; in xfs_fs_geometry()
/linux-6.1.9/fs/xfs/
Dxfs_ioctl32.h157 __u64 logstart; /* starting fsblock of the log */ member
/linux-6.1.9/fs/fat/
Dfat.h424 static inline unsigned long fat_dir_hash(int logstart) in fat_dir_hash() argument
426 return hash_32(logstart, FAT_HASH_BITS); in fat_dir_hash()