Home
last modified time | relevance | path

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

/linux/fs/
H A Dfile_attr.c111 fattr->fa_projid = fa->fsx_projid; in fileattr_to_file_attr()
131 xfa.fsx_projid = fa->fsx_projid; in copy_fsxattr_to_user()
151 fa->fsx_projid = fattr->fa_projid; in file_attr_to_fileattr()
172 fa->fsx_projid = xfa.fsx_projid; in copy_fsxattr_from_user()
208 if (old_ma->fsx_projid != fa->fsx_projid) in fileattr_set_prepare()
218 if (old_ma->fsx_projid != fa->fsx_projid && in fileattr_set_prepare()
219 !projid_valid(make_kprojid(&init_user_ns, fa->fsx_projid))) in fileattr_set_prepare()
289 fa->fsx_projid = old_ma.fsx_projid; in vfs_fileattr_set()
/linux/include/linux/
H A Dfileattr.h49 u32 fsx_projid; /* project identifier (get/set) */ member
72 fa->fsx_projid != 0 || fa->fsx_cowextsize != 0); in fileattr_has_fsx()
/linux/fs/fuse/
H A Dioctl.c533 fa->fsx_projid = xfa.fsx_projid; in fuse_fileattr_get()
565 xfa.fsx_projid = fa->fsx_projid; in fuse_fileattr_set()
/linux/fs/xfs/
H A Dxfs_ioctl.c489 fa->fsx_projid = ip->i_projid; in xfs_fill_fsxattr()
717 if (fa->fsx_projid > (uint16_t)-1 && in xfs_ioctl_setattr_check_projid()
759 VFS_I(ip)->i_gid, fa->fsx_projid, in xfs_fileattr_set()
800 if (ip->i_projid != fa->fsx_projid) { in xfs_fileattr_set()
805 ip->i_projid = fa->fsx_projid; in xfs_fileattr_set()
/linux/tools/include/uapi/linux/
H A Dfs.h146 __u32 fsx_projid; /* project identifier (get/set) */ member
/linux/include/uapi/linux/
H A Dfs.h214 __u32 fsx_projid; /* project identifier (get/set) */ member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h214 __u32 fsx_projid; /* project identifier (get/set) */ member
/linux/fs/ext4/
H A Dioctl.c1000 fa->fsx_projid = from_kprojid(&init_user_ns, ei->i_projid); in ext4_fileattr_get()
1024 err = ext4_ioctl_check_immutable(inode, fa->fsx_projid, flags); in ext4_fileattr_set()
1030 err = ext4_ioctl_setproject(inode, fa->fsx_projid); in ext4_fileattr_set()
/linux/fs/f2fs/
H A Dfile.c3454 fa->fsx_projid = from_kprojid(&init_user_ns, fi->i_projid); in f2fs_fileattr_get()
3483 err = f2fs_ioc_setproject(inode, fa->fsx_projid); in f2fs_fileattr_set()