Home
last modified time | relevance | path

Searched refs:removexattr (Results 1 – 57 of 57) sorted by relevance

/linux-4.4.14/fs/jfs/
Dsymlink.c31 .removexattr = jfs_removexattr,
42 .removexattr = jfs_removexattr,
Dfile.c146 .removexattr = jfs_removexattr,
Dnamei.c1542 .removexattr = jfs_removexattr,
/linux-4.4.14/fs/ext2/
Dsymlink.c32 .removexattr = generic_removexattr,
44 .removexattr = generic_removexattr,
Dnamei.c433 .removexattr = generic_removexattr,
446 .removexattr = generic_removexattr,
Dfile.c199 .removexattr = generic_removexattr,
/linux-4.4.14/fs/ext4/
Dsymlink.c100 .removexattr = generic_removexattr,
112 .removexattr = generic_removexattr,
122 .removexattr = generic_removexattr,
Dfile.c767 .removexattr = generic_removexattr,
Dnamei.c3849 .removexattr = generic_removexattr,
3860 .removexattr = generic_removexattr,
/linux-4.4.14/fs/jffs2/
Dsymlink.c22 .removexattr = jffs2_removexattr
Dfile.c72 .removexattr = jffs2_removexattr
Ddir.c67 .removexattr = jffs2_removexattr
/linux-4.4.14/fs/
Dxattr.c292 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()
Dbad_inode.c148 .removexattr = bad_inode_removexattr,
Dlibfs.c1157 .removexattr = empty_dir_removexattr,
/linux-4.4.14/fs/ocfs2/
Dsymlink.c98 .removexattr = generic_removexattr,
Dfile.c2593 .removexattr = generic_removexattr,
Dnamei.c2919 .removexattr = generic_removexattr,
/linux-4.4.14/security/integrity/evm/
Devm_crypto.c213 } 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/
Dima_appraise.c322 || !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/
Dsymlink.c131 .removexattr = kernfs_iop_removexattr,
Dinode.c32 .removexattr = kernfs_iop_removexattr,
Ddir.c952 .removexattr = kernfs_iop_removexattr,
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dsymlink.c159 .removexattr = ll_removexattr,
Dnamei.c1131 .removexattr = ll_removexattr,
1142 .removexattr = ll_removexattr,
Dfile.c3149 .removexattr = ll_removexattr,
/linux-4.4.14/fs/overlayfs/
Dinode.c391 .removexattr = ovl_removexattr,
403 .removexattr = ovl_removexattr,
Ddir.c958 .removexattr = ovl_removexattr,
/linux-4.4.14/fs/ecryptfs/
Dinode.c1085 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/
Dnamei.c1005 .removexattr = generic_removexattr,
1028 .removexattr = generic_removexattr,
1042 .removexattr = generic_removexattr,
1055 .removexattr = generic_removexattr,
Dfile.c716 .removexattr = generic_removexattr,
/linux-4.4.14/fs/xfs/
Dxfs_iops.c1111 .removexattr = generic_removexattr,
1139 .removexattr = generic_removexattr,
1167 .removexattr = generic_removexattr,
1181 .removexattr = generic_removexattr,
/linux-4.4.14/fs/reiserfs/
Dfile.c266 .removexattr = reiserfs_removexattr,
Dnamei.c1655 .removexattr = reiserfs_removexattr,
1673 .removexattr = reiserfs_removexattr,
1685 .removexattr = reiserfs_removexattr,
/linux-4.4.14/fs/9p/
Dvfs_inode_dotl.c970 .removexattr = generic_removexattr,
980 .removexattr = generic_removexattr,
993 .removexattr = generic_removexattr,
/linux-4.4.14/security/
Dcommoncap.c334 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/
Dcifsfs.c884 .removexattr = cifs_removexattr,
897 .removexattr = cifs_removexattr,
913 .removexattr = cifs_removexattr,
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S345 ENTRY_SAME(removexattr)
/linux-4.4.14/fs/nfs/
Dnfs3proc.c904 .removexattr = generic_removexattr,
918 .removexattr = generic_removexattr,
Dnfs4proc.c8768 .removexattr = generic_removexattr,
8778 .removexattr = generic_removexattr,
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h225 SYSCALL_SPU(removexattr)
/linux-4.4.14/mm/
Dshmem.c2659 .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/
Dcompat_wrapper.c129 COMPAT_SYSCALL_WRAP2(removexattr, const char __user *, path, const char __user *, name);
/linux-4.4.14/fs/ubifs/
Dfile.c1603 .removexattr = ubifs_removexattr,
1617 .removexattr = ubifs_removexattr,
Ddir.c1188 .removexattr = ubifs_removexattr,
/linux-4.4.14/fs/gfs2/
Dinode.c2104 .removexattr = gfs2_removexattr,
2126 .removexattr = gfs2_removexattr,
2143 .removexattr = gfs2_removexattr,
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl206 197 common removexattr sys_removexattr
Dsyscall_32.tbl244 235 i386 removexattr sys_removexattr
/linux-4.4.14/fs/hfsplus/
Ddir.c562 .removexattr = generic_removexattr,
Dinode.c340 .removexattr = generic_removexattr,
/linux-4.4.14/fs/fuse/
Ddir.c1886 .removexattr = fuse_removexattr,
1907 .removexattr = fuse_removexattr,
1919 .removexattr = fuse_removexattr,
/linux-4.4.14/Documentation/filesystems/
DLocking63 int (*removexattr) (struct dentry *, const char *);
95 removexattr: yes
Dvfs.txt362 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/
Dinode.c98 .removexattr = ceph_removexattr,
1765 .removexattr = ceph_removexattr,
Ddir.c1323 .removexattr = ceph_removexattr,
/linux-4.4.14/fs/btrfs/
Dinode.c10026 .removexattr = btrfs_removexattr,
10103 .removexattr = btrfs_removexattr,
10117 .removexattr = btrfs_removexattr,
10132 .removexattr = btrfs_removexattr,
/linux-4.4.14/include/linux/
Dfs.h1669 int (*removexattr) (struct dentry *, const char *); member