Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_fs.h171 __u64 logstart; /* starting fsblock of the log */ member
197 __u64 logstart; /* starting fsblock of the log */ member
Dxfs_ioctl32.h201 __u64 logstart; /* starting fsblock of the log */ member
/fs/fat/
Dfat.h383 static inline unsigned long fat_dir_hash(int logstart) in fat_dir_hash()