Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_quota.h111 prid_t, uint, struct xfs_dquot **, struct xfs_dquot **,
157 prid_t prid, uint flags, struct xfs_dquot **udqp, in xfs_qm_vop_dqalloc()
H A Dxfs_icache.h16 prid_t icw_prid;
H A Dxfs_inode.h60 prid_t i_projid; /* owner's project id */
H A Dxfs_qm.c1851 prid_t prid, in xfs_qm_vop_dqalloc()
H A Dxfs_inode.c626 prid_t prid = 0; in xfs_icreate_dqalloc()
H A Dxfs_trace.h4909 __field(prid_t, prid)
/linux/fs/xfs/libxfs/
H A Dxfs_inode_util.h16 prid_t xfs_get_initial_prid(struct xfs_inode *dp);
H A Dxfs_types.h9 typedef uint32_t prid_t; /* project ID */ typedef
H A Dxfs_inode_buf.c218 ip->i_projid = (prid_t)be16_to_cpu(from->di_projid_hi) << 16 | in xfs_inode_from_disk()