/linux-4.1.27/fs/jfs/ |
D | symlink.c | 39 .removexattr = jfs_removexattr, 50 .removexattr = jfs_removexattr,
|
D | file.c | 143 .removexattr = jfs_removexattr,
|
D | namei.c | 1521 .removexattr = jfs_removexattr,
|
/linux-4.1.27/fs/ext2/ |
D | symlink.c | 40 .removexattr = generic_removexattr, 52 .removexattr = generic_removexattr,
|
D | file.c | 115 .removexattr = generic_removexattr,
|
D | namei.c | 413 .removexattr = generic_removexattr, 426 .removexattr = generic_removexattr,
|
/linux-4.1.27/fs/ext3/ |
D | symlink.c | 40 .removexattr = generic_removexattr, 52 .removexattr = generic_removexattr,
|
D | file.c | 73 .removexattr = generic_removexattr,
|
D | namei.c | 2569 .removexattr = generic_removexattr, 2581 .removexattr = generic_removexattr,
|
/linux-4.1.27/fs/ext4/ |
D | symlink.c | 134 .removexattr = generic_removexattr, 144 .removexattr = generic_removexattr,
|
D | file.c | 658 .removexattr = generic_removexattr,
|
D | namei.c | 3904 .removexattr = generic_removexattr, 3915 .removexattr = generic_removexattr,
|
/linux-4.1.27/fs/jffs2/ |
D | symlink.c | 29 .removexattr = jffs2_removexattr
|
D | file.c | 72 .removexattr = jffs2_removexattr
|
D | dir.c | 67 .removexattr = jffs2_removexattr
|
/linux-4.1.27/fs/ |
D | xattr.c | 292 if (!inode->i_op->removexattr) in vfs_removexattr() 306 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 | 1148 .removexattr = empty_dir_removexattr,
|
/linux-4.1.27/fs/ocfs2/ |
D | symlink.c | 98 .removexattr = generic_removexattr,
|
D | file.c | 2608 .removexattr = generic_removexattr,
|
D | namei.c | 2898 .removexattr = generic_removexattr,
|
/linux-4.1.27/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.1.27/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.1.27/fs/kernfs/ |
D | symlink.c | 138 .removexattr = kernfs_iop_removexattr,
|
D | inode.c | 32 .removexattr = kernfs_iop_removexattr,
|
D | dir.c | 929 .removexattr = kernfs_iop_removexattr,
|
/linux-4.1.27/fs/overlayfs/ |
D | inode.c | 390 .removexattr = ovl_removexattr, 402 .removexattr = ovl_removexattr,
|
D | dir.c | 958 .removexattr = ovl_removexattr,
|
/linux-4.1.27/fs/ecryptfs/ |
D | inode.c | 1088 if (!d_inode(lower_dentry)->i_op->removexattr) { in ecryptfs_removexattr() 1093 rc = d_inode(lower_dentry)->i_op->removexattr(lower_dentry, name); in ecryptfs_removexattr() 1109 .removexattr = ecryptfs_removexattr 1127 .removexattr = ecryptfs_removexattr 1137 .removexattr = ecryptfs_removexattr
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | symlink.c | 169 .removexattr = ll_removexattr,
|
D | namei.c | 1165 .removexattr = ll_removexattr, 1176 .removexattr = ll_removexattr,
|
D | file.c | 3188 .removexattr = ll_removexattr,
|
/linux-4.1.27/fs/f2fs/ |
D | namei.c | 803 .removexattr = generic_removexattr, 817 .removexattr = generic_removexattr, 830 .removexattr = generic_removexattr,
|
D | file.c | 661 .removexattr = generic_removexattr,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iops.c | 1114 .removexattr = generic_removexattr, 1142 .removexattr = generic_removexattr, 1170 .removexattr = generic_removexattr, 1184 .removexattr = generic_removexattr,
|
/linux-4.1.27/fs/reiserfs/ |
D | file.c | 266 .removexattr = reiserfs_removexattr,
|
D | namei.c | 1625 .removexattr = reiserfs_removexattr, 1643 .removexattr = reiserfs_removexattr, 1655 .removexattr = reiserfs_removexattr,
|
/linux-4.1.27/fs/9p/ |
D | vfs_inode_dotl.c | 990 .removexattr = generic_removexattr, 1000 .removexattr = generic_removexattr, 1013 .removexattr = generic_removexattr,
|
/linux-4.1.27/security/ |
D | commoncap.c | 329 if (!inode->i_op->removexattr) in cap_inode_killpriv() 332 return inode->i_op->removexattr(dentry, XATTR_NAME_CAPS); in cap_inode_killpriv()
|
/linux-4.1.27/fs/cifs/ |
D | cifsfs.c | 877 .removexattr = cifs_removexattr, 890 .removexattr = cifs_removexattr, 906 .removexattr = cifs_removexattr,
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 345 ENTRY_SAME(removexattr)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 225 SYSCALL_SPU(removexattr)
|
/linux-4.1.27/fs/nfs/ |
D | nfs3proc.c | 904 .removexattr = generic_removexattr, 918 .removexattr = generic_removexattr,
|
D | nfs4proc.c | 8609 .removexattr = generic_removexattr, 8619 .removexattr = generic_removexattr,
|
/linux-4.1.27/mm/ |
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/gfs2/ |
D | inode.c | 1931 .removexattr = gfs2_removexattr, 1953 .removexattr = gfs2_removexattr, 1970 .removexattr = gfs2_removexattr,
|
/linux-4.1.27/fs/ubifs/ |
D | file.c | 1568 .removexattr = ubifs_removexattr, 1579 .removexattr = ubifs_removexattr,
|
D | dir.c | 1189 .removexattr = ubifs_removexattr,
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 161 COMPAT_SYSCALL_WRAP2(removexattr, const char __user *, path, const char __user *, name);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 206 197 common removexattr sys_removexattr
|
D | syscall_32.tbl | 244 235 i386 removexattr sys_removexattr
|
/linux-4.1.27/fs/hfsplus/ |
D | dir.c | 562 .removexattr = generic_removexattr,
|
D | inode.c | 340 .removexattr = generic_removexattr,
|
/linux-4.1.27/fs/fuse/ |
D | dir.c | 1902 .removexattr = fuse_removexattr, 1923 .removexattr = fuse_removexattr, 1935 .removexattr = fuse_removexattr,
|
/linux-4.1.27/Documentation/filesystems/ |
D | Locking | 63 int (*removexattr) (struct dentry *, const char *); 95 removexattr: yes
|
D | vfs.txt | 362 int (*removexattr) (struct dentry *, const char *); 477 removexattr: called by the VFS to remove an extended attribute from 478 a file. This method is called by removexattr(2) system call.
|
/linux-4.1.27/fs/ceph/ |
D | inode.c | 99 .removexattr = ceph_removexattr, 1709 .removexattr = ceph_removexattr,
|
D | dir.c | 1374 .removexattr = ceph_removexattr,
|
/linux-4.1.27/fs/btrfs/ |
D | inode.c | 9876 .removexattr = btrfs_removexattr, 9953 .removexattr = btrfs_removexattr, 9967 .removexattr = btrfs_removexattr, 9982 .removexattr = btrfs_removexattr,
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1649 int (*removexattr) (struct dentry *, const char *); member
|