Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_inode.h185 static inline prid_t
188 return (prid_t)ip->i_d.di_projid_hi << 16 | ip->i_d.di_projid_lo; in xfs_get_projid()
193 prid_t projid) in xfs_set_projid()
199 static inline prid_t
455 xfs_nlink_t, dev_t, prid_t,
Dxfs_quota.h90 prid_t, uint, struct xfs_dquot **, struct xfs_dquot **,
113 prid_t prid, uint flags, struct xfs_dquot **udqp, in xfs_qm_vop_dqalloc()
Dxfs_icache.h16 prid_t eof_prid;
Dxfs_symlink.c167 prid_t prid; in xfs_symlink()
Dxfs_inode.c749 prid_t prid, in xfs_ialloc()
968 prid_t prid, /* project id */ in xfs_dir_ialloc()
1139 prid_t prid; in xfs_create()
1292 prid_t prid; in xfs_create_tmpfile()
Dxfs_qm.c1613 prid_t prid, in xfs_qm_vop_dqalloc()
/fs/xfs/libxfs/
Dxfs_types.h9 typedef uint32_t prid_t; /* project ID */ typedef
Dxfs_fs.h523 prid_t eof_prid;