Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dinode.c2331 int vfs_ioc_fssetxattr_check(struct inode *inode, const struct fsxattr *old_fa, in vfs_ioc_fssetxattr_check() function
2384 EXPORT_SYMBOL(vfs_ioc_fssetxattr_check);
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_ioctl.c1481 code = vfs_ioc_fssetxattr_check(VFS_I(ip), &old_fa, fa); in xfs_ioctl_setattr()
1619 error = vfs_ioc_fssetxattr_check(VFS_I(ip), &old_fa, &fa); in xfs_ioc_setxflags()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c1286 err = vfs_ioc_fssetxattr_check(inode, &old_fa, &fa); in __ext4_ioctl()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_oplus3550 vfs_ioc_fssetxattr_check
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h3543 int vfs_ioc_fssetxattr_check(struct inode *inode, const struct fsxattr *old_fa,
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dioctl.c447 ret = vfs_ioc_fssetxattr_check(inode, &old_fa, &fa); in btrfs_ioctl_fssetxattr()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c3229 err = vfs_ioc_fssetxattr_check(inode, &old_fa, &fa); in f2fs_ioc_fssetxattr()