Searched refs:qid_t (Results 1 – 6 of 6) sorted by relevance
/fs/quota/ |
D | quota.c | 22 qid_t id) in check_quotactl_permission() 65 static int quota_quotaon(struct super_block *sb, int type, int cmd, qid_t id, in quota_quotaon() 130 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota() 174 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota() 212 static int quota_setxquota(struct super_block *sb, int type, qid_t id, in quota_setxquota() 224 static int quota_getxquota(struct super_block *sb, int type, qid_t id, in quota_getxquota() 239 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, in do_quotactl() 347 qid_t, id, void __user *, addr) in SYSCALL_DEFINE4() argument
|
D | compat.c | 44 qid_t id, void __user *addr) in sys32_quotactl()
|
D | dquot.c | 1115 qid_t w_dq_id; 2363 int dquot_get_dqblk(struct super_block *sb, int type, qid_t id, in dquot_get_dqblk() 2475 int dquot_set_dqblk(struct super_block *sb, int type, qid_t id, in dquot_set_dqblk()
|
D | quota_tree.c | 25 static int get_index(struct qtree_mem_dqinfo *info, qid_t id, int depth) in get_index()
|
/fs/xfs/ |
D | xfs_quotaops.c | 102 qid_t id, in xfs_fs_get_dqblk() 119 qid_t id, in xfs_fs_set_dqblk()
|
/fs/gfs2/ |
D | quota.c | 1467 static int gfs2_get_dqblk(struct super_block *sb, int type, qid_t id, in gfs2_get_dqblk() 1512 static int gfs2_set_dqblk(struct super_block *sb, int type, qid_t id, in gfs2_set_dqblk()
|