Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Ddquot.c320 struct quota_info *dqopt = sb_dqopt(dquot->dq_sb); in read_dqblk() local
333 struct quota_info *dqopt = sb_dqopt(dquot->dq_sb); in commit_dqblk() local
377 struct quota_info *dqopt = sb_dqopt(sb); in vfs_quota_sync() local
595 struct quota_info *dqopt = sb_dqopt(sb); in dqget() local
1240 static inline void set_enable_flags(struct quota_info *dqopt, int type) in set_enable_flags()
1252 static inline void reset_enable_flags(struct quota_info *dqopt, int type) in reset_enable_flags()
1273 struct quota_info *dqopt = sb_dqopt(sb); in vfs_quota_off() local
1314 struct quota_info *dqopt = sb_dqopt(sb); in vfs_quota_on() local
Dquota_v1.c153 struct quota_info *dqopt = sb_dqopt(sb); in v1_read_file_info() local
180 struct quota_info *dqopt = sb_dqopt(sb); in v1_write_file_info() local
/linux-2.4.37.9/include/linux/
Dquota.h297 static inline int is_enabled(struct quota_info *dqopt, int type) in is_enabled()