Searched refs:vfs_ioc_fssetxattr_check (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | inode.c | 2331 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 D | xfs_ioctl.c | 1481 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 D | ioctl.c | 1286 err = vfs_ioc_fssetxattr_check(inode, &old_fa, &fa); in __ext4_ioctl()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_oplus | 3550 vfs_ioc_fssetxattr_check
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 3543 int vfs_ioc_fssetxattr_check(struct inode *inode, const struct fsxattr *old_fa,
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | ioctl.c | 447 ret = vfs_ioc_fssetxattr_check(inode, &old_fa, &fa); in btrfs_ioctl_fssetxattr()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | file.c | 3229 err = vfs_ioc_fssetxattr_check(inode, &old_fa, &fa); in f2fs_ioc_fssetxattr()
|