Home
last modified time | relevance | path

Searched refs:vfs_ioc_fssetxattr_check (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/fs/
Dinode.c2259 int vfs_ioc_fssetxattr_check(struct inode *inode, const struct fsxattr *old_fa, in vfs_ioc_fssetxattr_check() function
2312 EXPORT_SYMBOL(vfs_ioc_fssetxattr_check);
/Linux-v5.4/fs/xfs/
Dxfs_ioctl.c1580 code = vfs_ioc_fssetxattr_check(VFS_I(ip), &old_fa, fa); in xfs_ioctl_setattr()
1731 error = vfs_ioc_fssetxattr_check(VFS_I(ip), &old_fa, &fa); in xfs_ioc_setxflags()
/Linux-v5.4/fs/ext4/
Dioctl.c1277 err = vfs_ioc_fssetxattr_check(inode, &old_fa, &fa); in ext4_ioctl()
/Linux-v5.4/include/linux/
Dfs.h3603 int vfs_ioc_fssetxattr_check(struct inode *inode, const struct fsxattr *old_fa,
/Linux-v5.4/fs/f2fs/
Dfile.c2993 err = vfs_ioc_fssetxattr_check(inode, &old_fa, &fa); in f2fs_ioc_fssetxattr()
/Linux-v5.4/fs/btrfs/
Dioctl.c424 ret = vfs_ioc_fssetxattr_check(inode, &old_fa, &fa); in btrfs_ioctl_fssetxattr()