Symbol: kprojid_t
fs/ext4/ext4.h
1194
kprojid_t i_projid;
fs/ext4/ext4.h
3107
extern int ext4_get_projid(struct inode *inode, kprojid_t *projid);
fs/ext4/inode.c
5054
int ext4_get_projid(struct inode *inode, kprojid_t *projid)
fs/ext4/ioctl.c
722
kprojid_t kprojid;
fs/ext4/super.c
6895
kprojid_t projid, struct kstatfs *buf)
fs/f2fs/f2fs.h
3795
int f2fs_transfer_project_quota(struct inode *inode, kprojid_t kprojid);
fs/f2fs/f2fs.h
991
kprojid_t i_projid; /* id for project quota */
fs/f2fs/file.c
3356
int f2fs_transfer_project_quota(struct inode *inode, kprojid_t kprojid)
fs/f2fs/file.c
3380
kprojid_t kprojid;
fs/f2fs/file.c
3423
int f2fs_transfer_project_quota(struct inode *inode, kprojid_t kprojid)
fs/f2fs/recovery.c
301
kprojid_t kprojid;
fs/f2fs/super.c
2163
kprojid_t projid, struct kstatfs *buf)
fs/f2fs/super.c
3614
static int f2fs_get_projid(struct inode *inode, kprojid_t *projid)
fs/quota/dquot.c
1475
kprojid_t projid;
include/linux/projid.h
26
static inline projid_t __kprojid_val(kprojid_t projid)
include/linux/projid.h
31
#define KPROJIDT_INIT(value) (kprojid_t){ value }
include/linux/projid.h
36
static inline bool projid_eq(kprojid_t left, kprojid_t right)
include/linux/projid.h
41
static inline bool projid_lt(kprojid_t left, kprojid_t right)
include/linux/projid.h
46
static inline bool projid_valid(kprojid_t projid)
include/linux/projid.h
53
extern kprojid_t make_kprojid(struct user_namespace *from, projid_t projid);
include/linux/projid.h
55
extern projid_t from_kprojid(struct user_namespace *to, kprojid_t projid);
include/linux/projid.h
56
extern projid_t from_kprojid_munged(struct user_namespace *to, kprojid_t projid);
include/linux/projid.h
58
static inline bool kprojid_has_mapping(struct user_namespace *ns, kprojid_t projid)
include/linux/projid.h
65
static inline kprojid_t make_kprojid(struct user_namespace *from, projid_t projid)
include/linux/projid.h
70
static inline projid_t from_kprojid(struct user_namespace *to, kprojid_t kprojid)
include/linux/projid.h
75
static inline projid_t from_kprojid_munged(struct user_namespace *to, kprojid_t kprojid)
include/linux/projid.h
83
static inline bool kprojid_has_mapping(struct user_namespace *ns, kprojid_t projid)
include/linux/quota.h
174
static inline struct kqid make_kqid_projid(kprojid_t projid)
include/linux/quota.h
335
int (*get_projid) (struct inode *, kprojid_t *);/* Get project ID */
include/linux/quota.h
72
kprojid_t projid;
kernel/user_namespace.c
557
kprojid_t make_kprojid(struct user_namespace *ns, projid_t projid)
kernel/user_namespace.c
576
projid_t from_kprojid(struct user_namespace *targ, kprojid_t kprojid)
kernel/user_namespace.c
601
projid_t from_kprojid_munged(struct user_namespace *targ, kprojid_t kprojid)