Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Docfs2_fs.h1160 struct ocfs2_global_disk_dqblk { struct
1161 /*00*/ __le32 dqb_id; /* ID the structure belongs to */
1163 __le64 dqb_ihardlimit; /* absolute limit on allocated inodes */
1164 /*10*/ __le64 dqb_isoftlimit; /* preferred inode limit */
1165 __le64 dqb_curinodes; /* current # allocated inodes */
1166 /*20*/ __le64 dqb_bhardlimit; /* absolute limit on disk space */
1167 __le64 dqb_bsoftlimit; /* preferred limit on disk space */
1168 /*30*/ __le64 dqb_curspace; /* current space occupied */
1169 __le64 dqb_btime; /* time limit for excessive disk use */
1171 __le64 dqb_pad1;
[all …]