Searched refs:fsx_projid (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | fileattr.h | 29 u32 fsx_projid; /* project identifier (get/set) */ member 52 fa->fsx_projid != 0 || fa->fsx_cowextsize != 0); in fileattr_has_fsx()
|
| /linux-6.15/fs/ |
| H A D | ioctl.c | 551 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-6.15/fs/fuse/ |
| H A D | ioctl.c | 533 fa->fsx_projid = xfa.fsx_projid; in fuse_fileattr_get() 565 xfa.fsx_projid = fa->fsx_projid; in fuse_fileattr_set()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_ioctl.c | 487 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-6.15/tools/include/uapi/linux/ |
| H A D | fs.h | 137 __u32 fsx_projid; /* project identifier (get/set) */ member
|
| /linux-6.15/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fs.h | 146 __u32 fsx_projid; /* project identifier (get/set) */ member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | fs.h | 146 __u32 fsx_projid; /* project identifier (get/set) */ member
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fs.c | 1636 fa->fsx_projid = inode->ei_qid.q[QTYP_PRJ]; in bch2_fileattr_get() 1701 if (fa->fsx_projid >= U32_MAX) in bch2_fileattr_set() 1709 fa->fsx_projid) && in bch2_fileattr_set() 1710 inode->ei_inode.bi_project != fa->fsx_projid + 1) { in bch2_fileattr_set() 1711 s.projid = fa->fsx_projid + 1; in bch2_fileattr_set() 1731 ? bch2_set_projid(c, inode, fa->fsx_projid) in bch2_fileattr_set()
|
| /linux-6.15/fs/ext4/ |
| H A D | ioctl.c | 994 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()
|
| /linux-6.15/fs/f2fs/ |
| H A D | file.c | 3365 fa->fsx_projid = from_kprojid(&init_user_ns, fi->i_projid); in f2fs_fileattr_get() 3394 err = f2fs_ioc_setproject(inode, fa->fsx_projid); in f2fs_fileattr_set()
|