Searched refs:xfs_qm_vop_dqalloc (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/xfs/ |
D | xfs_quota.h | 93 extern int xfs_qm_vop_dqalloc(struct xfs_inode *, kuid_t, kgid_t, 119 xfs_qm_vop_dqalloc(struct xfs_inode *ip, kuid_t kuid, kgid_t kgid, in xfs_qm_vop_dqalloc() function
|
D | xfs_symlink.c | 196 error = xfs_qm_vop_dqalloc(dp, mapped_fsuid(mnt_userns, &init_user_ns), in xfs_symlink()
|
D | xfs_iops.c | 702 error = xfs_qm_vop_dqalloc(ip, uid, gid, ip->i_projid, in xfs_setattr_nonsize()
|
D | xfs_inode.c | 981 error = xfs_qm_vop_dqalloc(dp, mapped_fsuid(mnt_userns, &init_user_ns), in xfs_create() 1130 error = xfs_qm_vop_dqalloc(dp, mapped_fsuid(mnt_userns, &init_user_ns), in xfs_create_tmpfile()
|
D | xfs_qm.c | 1626 xfs_qm_vop_dqalloc( in xfs_qm_vop_dqalloc() function
|
D | xfs_ioctl.c | 1340 error = xfs_qm_vop_dqalloc(ip, VFS_I(ip)->i_uid, in xfs_fileattr_set()
|