Searched refs:qid_t (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/fs/quota/ |
D | quota.c | 23 qid_t id) in check_quotactl_permission() 66 static int quota_quotaon(struct super_block *sb, int type, int cmd, qid_t id, in quota_quotaon() 131 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota() 175 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota() 213 static int quota_setxquota(struct super_block *sb, int type, qid_t id, in quota_setxquota() 225 static int quota_getxquota(struct super_block *sb, int type, qid_t id, in quota_getxquota() 240 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, in do_quotactl() 331 qid_t, id, void __user *, addr) in SYSCALL_DEFINE4() argument
|
D | compat.c | 44 qid_t id, void __user *addr) in sys32_quotactl()
|
D | quota_tree.c | 25 static int get_index(struct qtree_mem_dqinfo *info, qid_t id, int depth) in get_index()
|
D | dquot.c | 2321 int dquot_get_dqblk(struct super_block *sb, int type, qid_t id, in dquot_get_dqblk() 2433 int dquot_set_dqblk(struct super_block *sb, int type, qid_t id, in dquot_set_dqblk()
|
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_quotaops.c | 102 qid_t id, in xfs_fs_get_dqblk() 119 qid_t id, in xfs_fs_set_dqblk()
|
/linux-2.6.39/include/linux/ |
D | quota.h | 185 typedef __kernel_uid32_t qid_t; /* Type in which we store ids in memory */ typedef 335 int (*get_dqblk)(struct super_block *, int, qid_t, struct fs_disk_quota *); 336 int (*set_dqblk)(struct super_block *, int, qid_t, struct fs_disk_quota *);
|
D | quotaops.h | 89 int dquot_get_dqblk(struct super_block *sb, int type, qid_t id, 91 int dquot_set_dqblk(struct super_block *sb, int type, qid_t id,
|
D | syscalls.h | 591 qid_t id, void __user *addr);
|
/linux-2.6.39/fs/gfs2/ |
D | quota.c | 1479 static int gfs2_get_dqblk(struct super_block *sb, int type, qid_t id, in gfs2_get_dqblk() 1524 static int gfs2_set_dqblk(struct super_block *sb, int type, qid_t id, in gfs2_set_dqblk()
|
/linux-2.6.39/arch/s390/kernel/ |
D | compat_wrapper.S | 588 llgfr %r4,%r4 # qid_t
|