Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jfs/
Dsymlink.c39 .removexattr = jfs_removexattr,
50 .removexattr = jfs_removexattr,
Dfile.c143 .removexattr = jfs_removexattr,
Dnamei.c1521 .removexattr = jfs_removexattr,
/linux-4.1.27/fs/ext2/
Dsymlink.c40 .removexattr = generic_removexattr,
52 .removexattr = generic_removexattr,
Dfile.c115 .removexattr = generic_removexattr,
Dnamei.c413 .removexattr = generic_removexattr,
426 .removexattr = generic_removexattr,
/linux-4.1.27/fs/ext3/
Dsymlink.c40 .removexattr = generic_removexattr,
52 .removexattr = generic_removexattr,
Dfile.c73 .removexattr = generic_removexattr,
Dnamei.c2569 .removexattr = generic_removexattr,
2581 .removexattr = generic_removexattr,
/linux-4.1.27/fs/ext4/
Dsymlink.c134 .removexattr = generic_removexattr,
144 .removexattr = generic_removexattr,
Dfile.c658 .removexattr = generic_removexattr,
Dnamei.c3904 .removexattr = generic_removexattr,
3915 .removexattr = generic_removexattr,
/linux-4.1.27/fs/jffs2/
Dsymlink.c29 .removexattr = jffs2_removexattr
Dfile.c72 .removexattr = jffs2_removexattr
Ddir.c67 .removexattr = jffs2_removexattr
/linux-4.1.27/fs/
Dxattr.c292 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()
Dbad_inode.c148 .removexattr = bad_inode_removexattr,
Dlibfs.c1148 .removexattr = empty_dir_removexattr,
/linux-4.1.27/fs/ocfs2/
Dsymlink.c98 .removexattr = generic_removexattr,
Dfile.c2608 .removexattr = generic_removexattr,
Dnamei.c2898 .removexattr = generic_removexattr,
/linux-4.1.27/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.1.27/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.1.27/fs/kernfs/
Dsymlink.c138 .removexattr = kernfs_iop_removexattr,
Dinode.c32 .removexattr = kernfs_iop_removexattr,
Ddir.c929 .removexattr = kernfs_iop_removexattr,
/linux-4.1.27/fs/overlayfs/
Dinode.c390 .removexattr = ovl_removexattr,
402 .removexattr = ovl_removexattr,
Ddir.c958 .removexattr = ovl_removexattr,
/linux-4.1.27/fs/ecryptfs/
Dinode.c1088 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/
Dsymlink.c169 .removexattr = ll_removexattr,
Dnamei.c1165 .removexattr = ll_removexattr,
1176 .removexattr = ll_removexattr,
Dfile.c3188 .removexattr = ll_removexattr,
/linux-4.1.27/fs/f2fs/
Dnamei.c803 .removexattr = generic_removexattr,
817 .removexattr = generic_removexattr,
830 .removexattr = generic_removexattr,
Dfile.c661 .removexattr = generic_removexattr,
/linux-4.1.27/fs/xfs/
Dxfs_iops.c1114 .removexattr = generic_removexattr,
1142 .removexattr = generic_removexattr,
1170 .removexattr = generic_removexattr,
1184 .removexattr = generic_removexattr,
/linux-4.1.27/fs/reiserfs/
Dfile.c266 .removexattr = reiserfs_removexattr,
Dnamei.c1625 .removexattr = reiserfs_removexattr,
1643 .removexattr = reiserfs_removexattr,
1655 .removexattr = reiserfs_removexattr,
/linux-4.1.27/fs/9p/
Dvfs_inode_dotl.c990 .removexattr = generic_removexattr,
1000 .removexattr = generic_removexattr,
1013 .removexattr = generic_removexattr,
/linux-4.1.27/security/
Dcommoncap.c329 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/
Dcifsfs.c877 .removexattr = cifs_removexattr,
890 .removexattr = cifs_removexattr,
906 .removexattr = cifs_removexattr,
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S345 ENTRY_SAME(removexattr)
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h225 SYSCALL_SPU(removexattr)
/linux-4.1.27/fs/nfs/
Dnfs3proc.c904 .removexattr = generic_removexattr,
918 .removexattr = generic_removexattr,
Dnfs4proc.c8609 .removexattr = generic_removexattr,
8619 .removexattr = generic_removexattr,
/linux-4.1.27/mm/
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/gfs2/
Dinode.c1931 .removexattr = gfs2_removexattr,
1953 .removexattr = gfs2_removexattr,
1970 .removexattr = gfs2_removexattr,
/linux-4.1.27/fs/ubifs/
Dfile.c1568 .removexattr = ubifs_removexattr,
1579 .removexattr = ubifs_removexattr,
Ddir.c1189 .removexattr = ubifs_removexattr,
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c161 COMPAT_SYSCALL_WRAP2(removexattr, const char __user *, path, const char __user *, name);
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl206 197 common removexattr sys_removexattr
Dsyscall_32.tbl244 235 i386 removexattr sys_removexattr
/linux-4.1.27/fs/hfsplus/
Ddir.c562 .removexattr = generic_removexattr,
Dinode.c340 .removexattr = generic_removexattr,
/linux-4.1.27/fs/fuse/
Ddir.c1902 .removexattr = fuse_removexattr,
1923 .removexattr = fuse_removexattr,
1935 .removexattr = fuse_removexattr,
/linux-4.1.27/Documentation/filesystems/
DLocking63 int (*removexattr) (struct dentry *, const char *);
95 removexattr: yes
Dvfs.txt362 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/
Dinode.c99 .removexattr = ceph_removexattr,
1709 .removexattr = ceph_removexattr,
Ddir.c1374 .removexattr = ceph_removexattr,
/linux-4.1.27/fs/btrfs/
Dinode.c9876 .removexattr = btrfs_removexattr,
9953 .removexattr = btrfs_removexattr,
9967 .removexattr = btrfs_removexattr,
9982 .removexattr = btrfs_removexattr,
/linux-4.1.27/include/linux/
Dfs.h1649 int (*removexattr) (struct dentry *, const char *); member