Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_ioctl32.h157 __u64 logstart; /* starting fsblock of the log */ member
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_fs.h125 __u64 logstart; /* starting fsblock of the log */ member
151 __u64 logstart; /* starting fsblock of the log */ member
178 __u64 logstart; /* starting fsblock of the log */ member
/linux-6.12.1/fs/fat/
Dfat.h436 static inline unsigned long fat_dir_hash(int logstart) in fat_dir_hash()