/linux-4.1.27/fs/ext2/ |
H A D | symlink.c | 40 .removexattr = generic_removexattr, 52 .removexattr = generic_removexattr,
|
H A D | file.c | 115 .removexattr = generic_removexattr,
|
H A D | namei.c | 413 .removexattr = generic_removexattr, 426 .removexattr = generic_removexattr,
|
/linux-4.1.27/fs/ext3/ |
H A D | symlink.c | 40 .removexattr = generic_removexattr, 52 .removexattr = generic_removexattr,
|
H A D | file.c | 73 .removexattr = generic_removexattr,
|
H A D | namei.c | 2569 .removexattr = generic_removexattr, 2581 .removexattr = generic_removexattr,
|
/linux-4.1.27/fs/jfs/ |
H A D | symlink.c | 39 .removexattr = jfs_removexattr, 50 .removexattr = jfs_removexattr,
|
H A D | file.c | 143 .removexattr = jfs_removexattr,
|
H A D | namei.c | 1521 .removexattr = jfs_removexattr,
|
/linux-4.1.27/fs/ext4/ |
H A D | symlink.c | 134 .removexattr = generic_removexattr, 144 .removexattr = generic_removexattr,
|
H A D | file.c | 658 .removexattr = generic_removexattr,
|
H A D | namei.c | 3904 .removexattr = generic_removexattr, 3915 .removexattr = generic_removexattr,
|
/linux-4.1.27/fs/jffs2/ |
H A D | symlink.c | 29 .removexattr = jffs2_removexattr
|
H A D | file.c | 72 .removexattr = jffs2_removexattr
|
H A D | dir.c | 67 .removexattr = jffs2_removexattr
|
/linux-4.1.27/fs/ocfs2/ |
H A D | symlink.c | 98 .removexattr = generic_removexattr,
|
H A D | file.c | 2608 .removexattr = generic_removexattr,
|
H A D | namei.c | 2898 .removexattr = generic_removexattr,
|
/linux-4.1.27/fs/kernfs/ |
H A D | symlink.c | 138 .removexattr = kernfs_iop_removexattr,
|
H A D | inode.c | 32 .removexattr = kernfs_iop_removexattr,
|
H A D | dir.c | 929 .removexattr = kernfs_iop_removexattr,
|
/linux-4.1.27/security/integrity/evm/ |
H A D | evm_crypto.c | 213 } else if (rc == -ENODATA && inode->i_op->removexattr) { evm_update_evmxattr() 214 rc = inode->i_op->removexattr(dentry, XATTR_NAME_EVM); evm_update_evmxattr()
|
/linux-4.1.27/security/integrity/ima/ |
H A D | ima_appraise.c | 322 || !inode->i_op->removexattr) ima_inode_post_setattr() 335 rc = inode->i_op->removexattr(dentry, XATTR_NAME_IMA); ima_inode_post_setattr()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | symlink.c | 169 .removexattr = ll_removexattr,
|
H A D | namei.c | 1165 .removexattr = ll_removexattr, 1176 .removexattr = ll_removexattr,
|
H A D | lproc_llite.c | 923 { LPROC_LL_REMOVEXATTR, LPROCFS_TYPE_REGS, "removexattr" },
|
H A D | file.c | 3188 .removexattr = ll_removexattr,
|
/linux-4.1.27/fs/ |
H A D | bad_inode.c | 148 .removexattr = bad_inode_removexattr,
|
H A D | xattr.c | 292 if (!inode->i_op->removexattr) vfs_removexattr() 306 error = inode->i_op->removexattr(dentry, name); vfs_removexattr() 601 removexattr(struct dentry *d, const char __user *name) removexattr() function 626 error = removexattr(path.dentry, name); path_removexattr() 637 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, SYSCALL_DEFINE2() 659 error = removexattr(f.file->f_path.dentry, name); SYSCALL_DEFINE2()
|
H A D | libfs.c | 1148 .removexattr = empty_dir_removexattr,
|
/linux-4.1.27/fs/overlayfs/ |
H A D | inode.c | 390 .removexattr = ovl_removexattr, 402 .removexattr = ovl_removexattr,
|
H A D | overlayfs.h | 105 pr_debug("removexattr(%pd2, \"%s\") = %i\n", dentry, name, err); ovl_do_removexattr()
|
H A D | dir.c | 958 .removexattr = ovl_removexattr,
|
/linux-4.1.27/fs/ecryptfs/ |
H A D | inode.c | 1088 if (!d_inode(lower_dentry)->i_op->removexattr) { ecryptfs_removexattr() 1093 rc = d_inode(lower_dentry)->i_op->removexattr(lower_dentry, name); ecryptfs_removexattr() 1109 .removexattr = ecryptfs_removexattr 1127 .removexattr = ecryptfs_removexattr 1137 .removexattr = ecryptfs_removexattr
|
/linux-4.1.27/fs/f2fs/ |
H A D | namei.c | 803 .removexattr = generic_removexattr, 817 .removexattr = generic_removexattr, 830 .removexattr = generic_removexattr,
|
H A D | file.c | 661 .removexattr = generic_removexattr,
|
/linux-4.1.27/fs/reiserfs/ |
H A D | file.c | 266 .removexattr = reiserfs_removexattr,
|
H A D | namei.c | 1625 .removexattr = reiserfs_removexattr, 1643 .removexattr = reiserfs_removexattr, 1655 .removexattr = reiserfs_removexattr,
|
H A D | xattr.c | 804 * Inode operation removexattr()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_iops.c | 1114 .removexattr = generic_removexattr, 1142 .removexattr = generic_removexattr, 1170 .removexattr = generic_removexattr, 1184 .removexattr = generic_removexattr,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | systbl.h | 225 SYSCALL_SPU(removexattr)
|
/linux-4.1.27/fs/nfs/ |
H A D | nfs3proc.c | 904 .removexattr = generic_removexattr, 918 .removexattr = generic_removexattr,
|
H A D | nfs4proc.c | 8609 .removexattr = generic_removexattr, 8619 .removexattr = generic_removexattr,
|
/linux-4.1.27/fs/cifs/ |
H A D | cifsfs.c | 877 .removexattr = cifs_removexattr, 890 .removexattr = cifs_removexattr, 906 .removexattr = cifs_removexattr,
|
/linux-4.1.27/fs/9p/ |
H A D | vfs_inode_dotl.c | 990 .removexattr = generic_removexattr, 1000 .removexattr = generic_removexattr, 1013 .removexattr = generic_removexattr,
|
/linux-4.1.27/fs/gfs2/ |
H A D | inode.c | 1931 .removexattr = gfs2_removexattr, 1953 .removexattr = gfs2_removexattr, 1970 .removexattr = gfs2_removexattr,
|
/linux-4.1.27/fs/hfsplus/ |
H A D | dir.c | 562 .removexattr = generic_removexattr,
|
H A D | inode.c | 340 .removexattr = generic_removexattr,
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | compat_wrapper.c | 161 COMPAT_SYSCALL_WRAP2(removexattr, const char __user *, path, const char __user *, name);
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | syscall_table.S | 345 ENTRY_SAME(removexattr)
|
/linux-4.1.27/fs/btrfs/ |
H A D | xattr.c | 126 * locks the inode's i_mutex before calling setxattr or removexattr. do_setxattr()
|
H A D | inode.c | 9876 .removexattr = btrfs_removexattr, 9953 .removexattr = btrfs_removexattr, 9967 .removexattr = btrfs_removexattr, 9982 .removexattr = btrfs_removexattr,
|
/linux-4.1.27/security/ |
H A D | commoncap.c | 329 if (!inode->i_op->removexattr) cap_inode_killpriv() 332 return inode->i_op->removexattr(dentry, XATTR_NAME_CAPS); cap_inode_killpriv()
|
/linux-4.1.27/mm/ |
H A D | shmem.c | 2650 .removexattr = shmem_removexattr, 2662 .removexattr = shmem_removexattr, 3136 .removexattr = shmem_removexattr, 3158 .removexattr = shmem_removexattr, 3171 .removexattr = shmem_removexattr,
|
/linux-4.1.27/fs/fuse/ |
H A D | dir.c | 1902 .removexattr = fuse_removexattr, 1923 .removexattr = fuse_removexattr, 1935 .removexattr = fuse_removexattr,
|
H A D | fuse_i.h | 537 /** Is removexattr not implemented by fs? */
|
/linux-4.1.27/fs/ubifs/ |
H A D | file.c | 1568 .removexattr = ubifs_removexattr, 1579 .removexattr = ubifs_removexattr,
|
H A D | dir.c | 1189 .removexattr = ubifs_removexattr,
|
/linux-4.1.27/fs/ceph/ |
H A D | inode.c | 99 .removexattr = ceph_removexattr, 1709 .removexattr = ceph_removexattr,
|
H A D | xattr.c | 1067 dout("removexattr %p issued %s\n", inode, ceph_cap_string(issued)); __ceph_removexattr()
|
H A D | dir.c | 1374 .removexattr = ceph_removexattr,
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | fsys.S | 754 data8 0 // removexattr
|
/linux-4.1.27/security/smack/ |
H A D | smack_lsm.c | 1216 * smack_inode_removexattr - Smack check on removexattr
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 1649 int (*removexattr) (struct dentry *, const char *); member in struct:inode_operations
|