Home
last modified time | relevance | path

Searched refs:prid_t (Results 1 – 8 of 8) sorted by relevance

/fs/xfs/
Dxfs_inode.h362 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,
Dxfs_utils.h22 xfs_dev_t, prid_t, int, xfs_inode_t **, int *);
Dxfs_quota.h314 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()
Dxfs_types.h36 typedef __uint32_t prid_t; /* project ID */ typedef
Dxfs_utils.c59 prid_t prid, /* project id */ in xfs_dir_ialloc()
Dxfs_vnodeops.c852 prid_t prid; in xfs_create()
1503 prid_t prid; in xfs_symlink()
Dxfs_qm.c1594 prid_t prid, in xfs_qm_vop_dqalloc()
Dxfs_inode.c957 prid_t prid, in xfs_ialloc()