Searched refs:prid_t (Results 1 – 8 of 8) sorted by relevance
/fs/xfs/ |
D | xfs_inode.h | 362 static inline prid_t 365 return (prid_t)ip->i_d.di_projid_hi << 16 | ip->i_d.di_projid_lo; in xfs_get_projid() 370 prid_t projid) in xfs_set_projid() 519 xfs_nlink_t, xfs_dev_t, prid_t, int,
|
D | xfs_utils.h | 22 xfs_dev_t, prid_t, int, xfs_inode_t **, int *);
|
D | xfs_quota.h | 314 extern int xfs_qm_vop_dqalloc(struct xfs_inode *, uid_t, gid_t, prid_t, uint, 335 xfs_qm_vop_dqalloc(struct xfs_inode *ip, uid_t uid, gid_t gid, prid_t prid, in xfs_qm_vop_dqalloc()
|
D | xfs_types.h | 36 typedef __uint32_t prid_t; /* project ID */ typedef
|
D | xfs_utils.c | 59 prid_t prid, /* project id */ in xfs_dir_ialloc()
|
D | xfs_vnodeops.c | 852 prid_t prid; in xfs_create() 1503 prid_t prid; in xfs_symlink()
|
D | xfs_qm.c | 1594 prid_t prid, in xfs_qm_vop_dqalloc()
|
D | xfs_inode.c | 957 prid_t prid, in xfs_ialloc()
|