Home
last modified time | relevance | path

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

/linux/fs/
H A Dioctl.c551 xfa.fsx_projid = fa->fsx_projid; in copy_fsxattr_to_user()
572 fa->fsx_projid = xfa.fsx_projid; in copy_fsxattr_from_user()
608 if (old_ma->fsx_projid != fa->fsx_projid) in fileattr_set_prepare()
618 if (old_ma->fsx_projid != fa->fsx_projid && in fileattr_set_prepare()
619 !projid_valid(make_kprojid(&init_user_ns, fa->fsx_projid))) in fileattr_set_prepare()
689 fa->fsx_projid = old_ma.fsx_projid; in vfs_fileattr_set()
/linux/include/linux/
H A Dfileattr.h29 u32 fsx_projid; /* project identifier (get/set) */ member
52 fa->fsx_projid != 0 || fa->fsx_cowextsize != 0); in fileattr_has_fsx()
/linux/fs/bcachefs/
H A Dfs-ioctl.c124 fa.fsx_projid = inode->ei_qid.q[QTYP_PRJ]; in bch2_ioc_fsgetxattr()
167 if (fa.fsx_projid >= U32_MAX) in bch2_ioc_fssetxattr()
174 s.projid = fa.fsx_projid + 1; in bch2_ioc_fssetxattr()
188 bch2_set_projid(c, inode, fa.fsx_projid) ?: in bch2_ioc_fssetxattr()
/linux/fs/xfs/
H A Dxfs_ioctl.c487 fa->fsx_projid = ip->i_projid; in xfs_fill_fsxattr()
718 if (fa->fsx_projid > (uint16_t)-1 && in xfs_ioctl_setattr_check_projid()
763 VFS_I(ip)->i_gid, fa->fsx_projid, in xfs_fileattr_set()
804 if (ip->i_projid != fa->fsx_projid) { in xfs_fileattr_set()
809 ip->i_projid = fa->fsx_projid; in xfs_fileattr_set()
/linux/tools/include/uapi/linux/
H A Dfs.h137 __u32 fsx_projid; /* project identifier (get/set) */ member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h137 __u32 fsx_projid; /* project identifier (get/set) */ member
/linux/include/uapi/linux/
H A Dfs.h146 __u32 fsx_projid; /* project identifier (get/set) */
137 __u32 fsx_projid; /* project identifier (get/set) */ global() member
/linux/fs/ext4/
H A Dioctl.c994 fa->fsx_projid = from_kprojid(&init_user_ns, ei->i_projid); in ext4_fileattr_get()
1018 err = ext4_ioctl_check_immutable(inode, fa->fsx_projid, flags); in ext4_fileattr_set()
1024 err = ext4_ioctl_setproject(inode, fa->fsx_projid); in ext4_fileattr_set()