Home
last modified time | relevance | path

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

/fs/
Dinode.c2266 int vfs_ioc_fssetxattr_check(struct inode *inode, const struct fsxattr *old_fa, in vfs_ioc_fssetxattr_check() function
2319 EXPORT_SYMBOL(vfs_ioc_fssetxattr_check);
/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()
/fs/ext4/
Dioctl.c1277 err = vfs_ioc_fssetxattr_check(inode, &old_fa, &fa); in ext4_ioctl()
/fs/f2fs/
Dfile.c3029 err = vfs_ioc_fssetxattr_check(inode, &old_fa, &fa); in f2fs_ioc_fssetxattr()
/fs/btrfs/
Dioctl.c424 ret = vfs_ioc_fssetxattr_check(inode, &old_fa, &fa); in btrfs_ioctl_fssetxattr()