/linux-4.4.14/fs/jfs/ |
D | symlink.c | 31 .removexattr = jfs_removexattr, 42 .removexattr = jfs_removexattr,
|
D | file.c | 146 .removexattr = jfs_removexattr,
|
D | namei.c | 1542 .removexattr = jfs_removexattr,
|
/linux-4.4.14/fs/ext2/ |
D | symlink.c | 32 .removexattr = generic_removexattr, 44 .removexattr = generic_removexattr,
|
D | namei.c | 433 .removexattr = generic_removexattr, 446 .removexattr = generic_removexattr,
|
D | file.c | 199 .removexattr = generic_removexattr,
|
/linux-4.4.14/fs/ext4/ |
D | symlink.c | 100 .removexattr = generic_removexattr, 112 .removexattr = generic_removexattr, 122 .removexattr = generic_removexattr,
|
D | file.c | 767 .removexattr = generic_removexattr,
|
D | namei.c | 3849 .removexattr = generic_removexattr, 3860 .removexattr = generic_removexattr,
|
/linux-4.4.14/fs/jffs2/ |
D | symlink.c | 22 .removexattr = jffs2_removexattr
|
D | file.c | 72 .removexattr = jffs2_removexattr
|
D | dir.c | 67 .removexattr = jffs2_removexattr
|
/linux-4.4.14/fs/ |
D | xattr.c | 292 if (!inode->i_op->removexattr) in vfs_removexattr() 304 error = inode->i_op->removexattr(dentry, name); in vfs_removexattr() 601 removexattr(struct dentry *d, const char __user *name) in removexattr() function 626 error = removexattr(path.dentry, name); in path_removexattr() 637 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument 659 error = removexattr(f.file->f_path.dentry, name); in SYSCALL_DEFINE2()
|
D | bad_inode.c | 148 .removexattr = bad_inode_removexattr,
|
D | libfs.c | 1157 .removexattr = empty_dir_removexattr,
|
/linux-4.4.14/fs/ocfs2/ |
D | symlink.c | 98 .removexattr = generic_removexattr,
|
D | file.c | 2593 .removexattr = generic_removexattr,
|
D | namei.c | 2919 .removexattr = generic_removexattr,
|
/linux-4.4.14/security/integrity/evm/ |
D | evm_crypto.c | 213 } else if (rc == -ENODATA && inode->i_op->removexattr) { in evm_update_evmxattr() 214 rc = inode->i_op->removexattr(dentry, XATTR_NAME_EVM); in evm_update_evmxattr()
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_appraise.c | 322 || !inode->i_op->removexattr) in ima_inode_post_setattr() 335 rc = inode->i_op->removexattr(dentry, XATTR_NAME_IMA); in ima_inode_post_setattr()
|
/linux-4.4.14/fs/kernfs/ |
D | symlink.c | 131 .removexattr = kernfs_iop_removexattr,
|
D | inode.c | 32 .removexattr = kernfs_iop_removexattr,
|
D | dir.c | 952 .removexattr = kernfs_iop_removexattr,
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | symlink.c | 159 .removexattr = ll_removexattr,
|
D | namei.c | 1131 .removexattr = ll_removexattr, 1142 .removexattr = ll_removexattr,
|
D | file.c | 3149 .removexattr = ll_removexattr,
|
/linux-4.4.14/fs/overlayfs/ |
D | inode.c | 391 .removexattr = ovl_removexattr, 403 .removexattr = ovl_removexattr,
|
D | dir.c | 958 .removexattr = ovl_removexattr,
|
/linux-4.4.14/fs/ecryptfs/ |
D | inode.c | 1085 if (!d_inode(lower_dentry)->i_op->removexattr) { in ecryptfs_removexattr() 1090 rc = d_inode(lower_dentry)->i_op->removexattr(lower_dentry, name); in ecryptfs_removexattr() 1106 .removexattr = ecryptfs_removexattr 1124 .removexattr = ecryptfs_removexattr 1134 .removexattr = ecryptfs_removexattr
|
/linux-4.4.14/fs/f2fs/ |
D | namei.c | 1005 .removexattr = generic_removexattr, 1028 .removexattr = generic_removexattr, 1042 .removexattr = generic_removexattr, 1055 .removexattr = generic_removexattr,
|
D | file.c | 716 .removexattr = generic_removexattr,
|
/linux-4.4.14/fs/xfs/ |
D | xfs_iops.c | 1111 .removexattr = generic_removexattr, 1139 .removexattr = generic_removexattr, 1167 .removexattr = generic_removexattr, 1181 .removexattr = generic_removexattr,
|
/linux-4.4.14/fs/reiserfs/ |
D | file.c | 266 .removexattr = reiserfs_removexattr,
|
D | namei.c | 1655 .removexattr = reiserfs_removexattr, 1673 .removexattr = reiserfs_removexattr, 1685 .removexattr = reiserfs_removexattr,
|
/linux-4.4.14/fs/9p/ |
D | vfs_inode_dotl.c | 970 .removexattr = generic_removexattr, 980 .removexattr = generic_removexattr, 993 .removexattr = generic_removexattr,
|
/linux-4.4.14/security/ |
D | commoncap.c | 334 if (!inode->i_op->removexattr) in cap_inode_killpriv() 337 return inode->i_op->removexattr(dentry, XATTR_NAME_CAPS); in cap_inode_killpriv()
|
/linux-4.4.14/fs/cifs/ |
D | cifsfs.c | 884 .removexattr = cifs_removexattr, 897 .removexattr = cifs_removexattr, 913 .removexattr = cifs_removexattr,
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 345 ENTRY_SAME(removexattr)
|
/linux-4.4.14/fs/nfs/ |
D | nfs3proc.c | 904 .removexattr = generic_removexattr, 918 .removexattr = generic_removexattr,
|
D | nfs4proc.c | 8768 .removexattr = generic_removexattr, 8778 .removexattr = generic_removexattr,
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 225 SYSCALL_SPU(removexattr)
|
/linux-4.4.14/mm/ |
D | shmem.c | 2659 .removexattr = shmem_removexattr, 2671 .removexattr = shmem_removexattr, 3147 .removexattr = shmem_removexattr, 3169 .removexattr = shmem_removexattr, 3182 .removexattr = shmem_removexattr,
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 129 COMPAT_SYSCALL_WRAP2(removexattr, const char __user *, path, const char __user *, name);
|
/linux-4.4.14/fs/ubifs/ |
D | file.c | 1603 .removexattr = ubifs_removexattr, 1617 .removexattr = ubifs_removexattr,
|
D | dir.c | 1188 .removexattr = ubifs_removexattr,
|
/linux-4.4.14/fs/gfs2/ |
D | inode.c | 2104 .removexattr = gfs2_removexattr, 2126 .removexattr = gfs2_removexattr, 2143 .removexattr = gfs2_removexattr,
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 206 197 common removexattr sys_removexattr
|
D | syscall_32.tbl | 244 235 i386 removexattr sys_removexattr
|
/linux-4.4.14/fs/hfsplus/ |
D | dir.c | 562 .removexattr = generic_removexattr,
|
D | inode.c | 340 .removexattr = generic_removexattr,
|
/linux-4.4.14/fs/fuse/ |
D | dir.c | 1886 .removexattr = fuse_removexattr, 1907 .removexattr = fuse_removexattr, 1919 .removexattr = fuse_removexattr,
|
/linux-4.4.14/Documentation/filesystems/ |
D | Locking | 63 int (*removexattr) (struct dentry *, const char *); 95 removexattr: yes
|
D | vfs.txt | 362 int (*removexattr) (struct dentry *, const char *); 479 removexattr: called by the VFS to remove an extended attribute from 480 a file. This method is called by removexattr(2) system call.
|
/linux-4.4.14/fs/ceph/ |
D | inode.c | 98 .removexattr = ceph_removexattr, 1765 .removexattr = ceph_removexattr,
|
D | dir.c | 1323 .removexattr = ceph_removexattr,
|
/linux-4.4.14/fs/btrfs/ |
D | inode.c | 10026 .removexattr = btrfs_removexattr, 10103 .removexattr = btrfs_removexattr, 10117 .removexattr = btrfs_removexattr, 10132 .removexattr = btrfs_removexattr,
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1669 int (*removexattr) (struct dentry *, const char *); member
|