Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_quota.h94 prid_t, uint, struct xfs_dquot **, struct xfs_dquot **,
120 prid_t prid, uint flags, struct xfs_dquot **udqp, in xfs_qm_vop_dqalloc()
Dxfs_inode.h59 prid_t i_projid; /* owner's project id */
267 static inline prid_t
549 xfs_nlink_t nlink, dev_t rdev, prid_t prid, bool init_xattrs,
Dxfs_icache.h16 prid_t icw_prid;
Dxfs_symlink.c169 prid_t prid; in xfs_symlink()
Dxfs_inode.c787 prid_t prid, in xfs_init_new_inode()
969 prid_t prid; in xfs_create()
1120 prid_t prid; in xfs_create_tmpfile()
Dxfs_qm.c1666 prid_t prid, in xfs_qm_vop_dqalloc()
Dxfs_trace.h4257 __field(prid_t, prid)
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_types.h9 typedef uint32_t prid_t; /* project ID */ typedef
Dxfs_fs.h527 prid_t eof_prid;
Dxfs_inode_buf.c210 ip->i_projid = (prid_t)be16_to_cpu(from->di_projid_hi) << 16 | in xfs_inode_from_disk()
/linux-6.6.21/fs/xfs/scrub/
Dinode.c372 prid_t prid; in xchk_dinode()
429 prid |= (prid_t)be16_to_cpu(dip->di_projid_hi) << 16; in xchk_dinode()