Searched defs:hpfs_sb_info (Results 1 – 1 of 1) sorted by relevance
64 struct hpfs_sb_info { struct65 struct mutex hpfs_mutex; /* global hpfs lock */66 ino_t sb_root; /* inode number of root dir */74 kuid_t sb_uid; /* uid from mount options */75 kgid_t sb_gid; /* gid from mount options */87 unsigned sb_c_bitmap; /* current bitmap */89 int sb_timeshift;90 struct rcu_head rcu;92 unsigned n_hotfixes;93 secno hotfix_from[256];[all …]
Completed in 7 milliseconds