Searched refs:removexattr (Results 1 - 64 of 64) sorted by relevance

/linux-4.1.27/fs/ext2/
H A Dsymlink.c40 .removexattr = generic_removexattr,
52 .removexattr = generic_removexattr,
H A Dfile.c115 .removexattr = generic_removexattr,
H A Dnamei.c413 .removexattr = generic_removexattr,
426 .removexattr = generic_removexattr,
/linux-4.1.27/fs/ext3/
H A Dsymlink.c40 .removexattr = generic_removexattr,
52 .removexattr = generic_removexattr,
H A Dfile.c73 .removexattr = generic_removexattr,
H A Dnamei.c2569 .removexattr = generic_removexattr,
2581 .removexattr = generic_removexattr,
/linux-4.1.27/fs/jfs/
H A Dsymlink.c39 .removexattr = jfs_removexattr,
50 .removexattr = jfs_removexattr,
H A Dfile.c143 .removexattr = jfs_removexattr,
H A Dnamei.c1521 .removexattr = jfs_removexattr,
/linux-4.1.27/fs/ext4/
H A Dsymlink.c134 .removexattr = generic_removexattr,
144 .removexattr = generic_removexattr,
H A Dfile.c658 .removexattr = generic_removexattr,
H A Dnamei.c3904 .removexattr = generic_removexattr,
3915 .removexattr = generic_removexattr,
/linux-4.1.27/fs/jffs2/
H A Dsymlink.c29 .removexattr = jffs2_removexattr
H A Dfile.c72 .removexattr = jffs2_removexattr
H A Ddir.c67 .removexattr = jffs2_removexattr
/linux-4.1.27/fs/ocfs2/
H A Dsymlink.c98 .removexattr = generic_removexattr,
H A Dfile.c2608 .removexattr = generic_removexattr,
H A Dnamei.c2898 .removexattr = generic_removexattr,
/linux-4.1.27/fs/kernfs/
H A Dsymlink.c138 .removexattr = kernfs_iop_removexattr,
H A Dinode.c32 .removexattr = kernfs_iop_removexattr,
H A Ddir.c929 .removexattr = kernfs_iop_removexattr,
/linux-4.1.27/security/integrity/evm/
H A Devm_crypto.c213 } 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 Dima_appraise.c322 || !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 Dsymlink.c169 .removexattr = ll_removexattr,
H A Dnamei.c1165 .removexattr = ll_removexattr,
1176 .removexattr = ll_removexattr,
H A Dlproc_llite.c923 { LPROC_LL_REMOVEXATTR, LPROCFS_TYPE_REGS, "removexattr" },
H A Dfile.c3188 .removexattr = ll_removexattr,
/linux-4.1.27/fs/
H A Dbad_inode.c148 .removexattr = bad_inode_removexattr,
H A Dxattr.c292 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 Dlibfs.c1148 .removexattr = empty_dir_removexattr,
/linux-4.1.27/fs/overlayfs/
H A Dinode.c390 .removexattr = ovl_removexattr,
402 .removexattr = ovl_removexattr,
H A Doverlayfs.h105 pr_debug("removexattr(%pd2, \"%s\") = %i\n", dentry, name, err); ovl_do_removexattr()
H A Ddir.c958 .removexattr = ovl_removexattr,
/linux-4.1.27/fs/ecryptfs/
H A Dinode.c1088 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 Dnamei.c803 .removexattr = generic_removexattr,
817 .removexattr = generic_removexattr,
830 .removexattr = generic_removexattr,
H A Dfile.c661 .removexattr = generic_removexattr,
/linux-4.1.27/fs/reiserfs/
H A Dfile.c266 .removexattr = reiserfs_removexattr,
H A Dnamei.c1625 .removexattr = reiserfs_removexattr,
1643 .removexattr = reiserfs_removexattr,
1655 .removexattr = reiserfs_removexattr,
H A Dxattr.c804 * Inode operation removexattr()
/linux-4.1.27/fs/xfs/
H A Dxfs_iops.c1114 .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 Dsystbl.h225 SYSCALL_SPU(removexattr)
/linux-4.1.27/fs/nfs/
H A Dnfs3proc.c904 .removexattr = generic_removexattr,
918 .removexattr = generic_removexattr,
H A Dnfs4proc.c8609 .removexattr = generic_removexattr,
8619 .removexattr = generic_removexattr,
/linux-4.1.27/fs/cifs/
H A Dcifsfs.c877 .removexattr = cifs_removexattr,
890 .removexattr = cifs_removexattr,
906 .removexattr = cifs_removexattr,
/linux-4.1.27/fs/9p/
H A Dvfs_inode_dotl.c990 .removexattr = generic_removexattr,
1000 .removexattr = generic_removexattr,
1013 .removexattr = generic_removexattr,
/linux-4.1.27/fs/gfs2/
H A Dinode.c1931 .removexattr = gfs2_removexattr,
1953 .removexattr = gfs2_removexattr,
1970 .removexattr = gfs2_removexattr,
/linux-4.1.27/fs/hfsplus/
H A Ddir.c562 .removexattr = generic_removexattr,
H A Dinode.c340 .removexattr = generic_removexattr,
/linux-4.1.27/arch/s390/kernel/
H A Dcompat_wrapper.c161 COMPAT_SYSCALL_WRAP2(removexattr, const char __user *, path, const char __user *, name);
/linux-4.1.27/arch/parisc/kernel/
H A Dsyscall_table.S345 ENTRY_SAME(removexattr)
/linux-4.1.27/fs/btrfs/
H A Dxattr.c126 * locks the inode's i_mutex before calling setxattr or removexattr. do_setxattr()
H A Dinode.c9876 .removexattr = btrfs_removexattr,
9953 .removexattr = btrfs_removexattr,
9967 .removexattr = btrfs_removexattr,
9982 .removexattr = btrfs_removexattr,
/linux-4.1.27/security/
H A Dcommoncap.c329 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 Dshmem.c2650 .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 Ddir.c1902 .removexattr = fuse_removexattr,
1923 .removexattr = fuse_removexattr,
1935 .removexattr = fuse_removexattr,
H A Dfuse_i.h537 /** Is removexattr not implemented by fs? */
/linux-4.1.27/fs/ubifs/
H A Dfile.c1568 .removexattr = ubifs_removexattr,
1579 .removexattr = ubifs_removexattr,
H A Ddir.c1189 .removexattr = ubifs_removexattr,
/linux-4.1.27/fs/ceph/
H A Dinode.c99 .removexattr = ceph_removexattr,
1709 .removexattr = ceph_removexattr,
H A Dxattr.c1067 dout("removexattr %p issued %s\n", inode, ceph_cap_string(issued)); __ceph_removexattr()
H A Ddir.c1374 .removexattr = ceph_removexattr,
/linux-4.1.27/arch/ia64/kernel/
H A Dfsys.S754 data8 0 // removexattr
/linux-4.1.27/security/smack/
H A Dsmack_lsm.c1216 * smack_inode_removexattr - Smack check on removexattr
/linux-4.1.27/include/linux/
H A Dfs.h1649 int (*removexattr) (struct dentry *, const char *); member in struct:inode_operations

Completed in 808 milliseconds