Home
last modified time | relevance | path

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

/linux-5.10/fs/xfs/libxfs/
Dxfs_fs.h139 __u64 logstart; /* starting fsblock of the log */ member
165 __u64 logstart; /* starting fsblock of the log */ member
192 __u64 logstart; /* starting fsblock of the log */ member
/linux-5.10/fs/xfs/
Dxfs_ioctl32.h181 __u64 logstart; /* starting fsblock of the log */ member
/linux-5.10/fs/fat/
Dfat.h421 static inline unsigned long fat_dir_hash(int logstart) in fat_dir_hash()