/linux-4.1.27/fs/ext2/ |
H A D | symlink.c | 38 .getxattr = generic_getxattr, 50 .getxattr = generic_getxattr,
|
H A D | file.c | 113 .getxattr = generic_getxattr,
|
H A D | namei.c | 411 .getxattr = generic_getxattr, 424 .getxattr = generic_getxattr,
|
/linux-4.1.27/fs/ext3/ |
H A D | symlink.c | 38 .getxattr = generic_getxattr, 50 .getxattr = generic_getxattr,
|
H A D | file.c | 71 .getxattr = generic_getxattr,
|
H A D | namei.c | 2567 .getxattr = generic_getxattr, 2579 .getxattr = generic_getxattr,
|
/linux-4.1.27/fs/jfs/ |
H A D | symlink.c | 37 .getxattr = jfs_getxattr, 48 .getxattr = jfs_getxattr,
|
H A D | file.c | 141 .getxattr = jfs_getxattr,
|
H A D | namei.c | 1519 .getxattr = jfs_getxattr,
|
/linux-4.1.27/fs/ext4/ |
H A D | symlink.c | 132 .getxattr = generic_getxattr, 142 .getxattr = generic_getxattr,
|
H A D | file.c | 656 .getxattr = generic_getxattr,
|
H A D | namei.c | 3902 .getxattr = generic_getxattr, 3913 .getxattr = generic_getxattr,
|
/linux-4.1.27/fs/jffs2/ |
H A D | symlink.c | 27 .getxattr = jffs2_getxattr,
|
H A D | file.c | 70 .getxattr = jffs2_getxattr,
|
H A D | dir.c | 65 .getxattr = jffs2_getxattr,
|
H A D | xattr.c | 914 * is an implementation of getxattr handler on jffs2.
|
/linux-4.1.27/fs/ocfs2/ |
H A D | symlink.c | 96 .getxattr = generic_getxattr,
|
H A D | file.c | 2606 .getxattr = generic_getxattr,
|
H A D | namei.c | 2896 .getxattr = generic_getxattr,
|
/linux-4.1.27/fs/ |
H A D | xattr.c | 173 * vfs_getxattr_alloc - allocate memory, if necessary, before calling getxattr 178 * Returns the result of alloc, if failed, or the getxattr operation. 192 if (!inode->i_op->getxattr) vfs_getxattr_alloc() 195 error = inode->i_op->getxattr(dentry, name, NULL, 0); vfs_getxattr_alloc() 206 error = inode->i_op->getxattr(dentry, name, value, error); vfs_getxattr_alloc() 257 if (inode->i_op->getxattr) vfs_getxattr() 258 error = inode->i_op->getxattr(dentry, name, value, size); vfs_getxattr() 426 getxattr(struct dentry *d, const char __user *name, void __user *value, getxattr() function 481 error = getxattr(path.dentry, name, value, size); path_getxattr() 490 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, SYSCALL_DEFINE4() 511 error = getxattr(f.file->f_path.dentry, name, value, size); SYSCALL_DEFINE4()
|
H A D | bad_inode.c | 146 .getxattr = bad_inode_getxattr,
|
H A D | libfs.c | 1147 .getxattr = empty_dir_getxattr,
|
/linux-4.1.27/fs/squashfs/ |
H A D | symlink.c | 124 .getxattr = generic_getxattr,
|
H A D | namei.c | 250 .getxattr = generic_getxattr,
|
H A D | inode.c | 426 .getxattr = generic_getxattr,
|
/linux-4.1.27/fs/kernfs/ |
H A D | symlink.c | 139 .getxattr = kernfs_iop_getxattr,
|
H A D | inode.c | 33 .getxattr = kernfs_iop_getxattr,
|
H A D | dir.c | 930 .getxattr = kernfs_iop_getxattr,
|
/linux-4.1.27/security/integrity/ima/ |
H A D | ima_appraise.c | 170 if (!inode->i_op->getxattr) ima_read_xattr() 197 if (!inode->i_op->getxattr) ima_appraise_measurement()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | symlink.c | 167 .getxattr = ll_getxattr,
|
H A D | xattr.c | 239 /* Attributes that are saved via getxattr will always have ll_setxattr() 529 /* do not return layout gen for getxattr otherwise it would ll_getxattr()
|
H A D | xattr_cache.c | 377 CDEBUG(D_CACHE, "cancelled by a parallel getxattr\n"); ll_xattr_cache_refill() 383 CDEBUG(D_CACHE, "getxattr intent returned %d for fid "DFID"\n", ll_xattr_cache_refill()
|
H A D | namei.c | 1163 .getxattr = ll_getxattr, 1174 .getxattr = ll_getxattr,
|
H A D | llite_internal.h | 1254 * or "lookup", for "getattr", for "getxattr", and maybe for others. d_need_statahead() 1257 * The "revalidate" call for "getattr" and "getxattr" of a dentry maybe d_need_statahead()
|
H A D | lproc_llite.c | 920 { LPROC_LL_GETXATTR, LPROCFS_TYPE_REGS, "getxattr" },
|
H A D | file.c | 3186 .getxattr = ll_getxattr, 3325 /* Fetch layout from MDT with getxattr request, if it's not ready yet */ ll_layout_fetch()
|
/linux-4.1.27/fs/overlayfs/ |
H A D | copy_up.c | 29 if (!old->d_inode->i_op->getxattr || ovl_copy_xattr() 30 !new->d_inode->i_op->getxattr) ovl_copy_xattr()
|
H A D | inode.c | 388 .getxattr = ovl_getxattr, 400 .getxattr = ovl_getxattr,
|
H A D | super.c | 255 if (!S_ISDIR(inode->i_mode) || !inode->i_op->getxattr) ovl_is_opaquedir() 258 res = inode->i_op->getxattr(dentry, OVL_XATTR_OPAQUE, &val, 1); ovl_is_opaquedir()
|
H A D | dir.c | 956 .getxattr = ovl_getxattr,
|
/linux-4.1.27/fs/ecryptfs/ |
H A D | inode.c | 1044 if (!d_inode(lower_dentry)->i_op->getxattr) { ecryptfs_getxattr_lower() 1049 rc = d_inode(lower_dentry)->i_op->getxattr(lower_dentry, name, value, ecryptfs_getxattr_lower() 1107 .getxattr = ecryptfs_getxattr, 1125 .getxattr = ecryptfs_getxattr, 1135 .getxattr = ecryptfs_getxattr,
|
H A D | mmap.c | 426 if (!lower_inode->i_op->getxattr || !lower_inode->i_op->setxattr) { ecryptfs_write_inode_size_to_xattr() 440 size = lower_inode->i_op->getxattr(lower_dentry, ECRYPTFS_XATTR_NAME, ecryptfs_write_inode_size_to_xattr()
|
/linux-4.1.27/fs/f2fs/ |
H A D | namei.c | 801 .getxattr = generic_getxattr, 815 .getxattr = generic_getxattr, 828 .getxattr = generic_getxattr,
|
H A D | file.c | 659 .getxattr = generic_getxattr,
|
/linux-4.1.27/security/integrity/evm/ |
H A D | evm_main.c | 81 if (!inode->i_op->getxattr) evm_find_protected_xattrs() 85 error = inode->i_op->getxattr(dentry, *xattr, NULL, 0); evm_find_protected_xattrs()
|
H A D | evm_crypto.c | 142 if (!inode->i_op->getxattr) evm_calc_hmac_or_hash()
|
/linux-4.1.27/fs/reiserfs/ |
H A D | file.c | 264 .getxattr = reiserfs_getxattr,
|
H A D | namei.c | 1623 .getxattr = reiserfs_getxattr, 1641 .getxattr = reiserfs_getxattr, 1653 .getxattr = reiserfs_getxattr,
|
H A D | xattr.c | 768 * Inode operation getxattr()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_iops.c | 1113 .getxattr = generic_getxattr, 1141 .getxattr = generic_getxattr, 1169 .getxattr = generic_getxattr, 1183 .getxattr = generic_getxattr,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | systbl.h | 219 SYSCALL_SPU(getxattr)
|
/linux-4.1.27/fs/cachefiles/ |
H A D | bind.c | 130 !d_backing_inode(root)->i_op->getxattr || cachefiles_daemon_add_cache()
|
H A D | namei.c | 774 !d_backing_inode(subdir)->i_op->getxattr || cachefiles_get_directory()
|
/linux-4.1.27/security/ |
H A D | commoncap.c | 308 if (!inode->i_op->getxattr) cap_inode_need_killpriv() 311 error = inode->i_op->getxattr(dentry, XATTR_NAME_CAPS, NULL, 0); cap_inode_need_killpriv() 391 if (!inode || !inode->i_op->getxattr) get_vfs_caps_from_disk() 394 size = inode->i_op->getxattr((struct dentry *)dentry, XATTR_NAME_CAPS, &caps, get_vfs_caps_from_disk()
|
/linux-4.1.27/fs/nfs/ |
H A D | nfs3proc.c | 902 .getxattr = generic_getxattr, 916 .getxattr = generic_getxattr,
|
H A D | nfs4proc.c | 4515 ret = -ERANGE; /* see getxattr(2) man page */ nfs4_read_cached_acl() 4549 * The getxattr API returns the required buffer length when called with a 4550 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating 4553 * up to the page of ACL data, and the 2nd call to getxattr is serviced by 4555 * length. The next getxattr call will then produce another round trip to 8606 .getxattr = generic_getxattr, 8616 .getxattr = generic_getxattr,
|
/linux-4.1.27/fs/cifs/ |
H A D | cifsfs.c | 875 .getxattr = cifs_getxattr, 888 .getxattr = cifs_getxattr, 904 .getxattr = cifs_getxattr,
|
H A D | cifssmb.c | 6153 * function used by listxattr and getxattr type calls. When ea_name is set,
|
/linux-4.1.27/fs/9p/ |
H A D | vfs_inode_dotl.c | 989 .getxattr = generic_getxattr, 999 .getxattr = generic_getxattr, 1012 .getxattr = generic_getxattr,
|
/linux-4.1.27/fs/gfs2/ |
H A D | inode.c | 1929 .getxattr = gfs2_getxattr, 1951 .getxattr = gfs2_getxattr, 1968 .getxattr = gfs2_getxattr,
|
/linux-4.1.27/fs/hfsplus/ |
H A D | dir.c | 560 .getxattr = generic_getxattr,
|
H A D | inode.c | 338 .getxattr = generic_getxattr,
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | compat_wrapper.c | 155 COMPAT_SYSCALL_WRAP4(getxattr, const char __user *, path, const char __user *, name, void __user *, value, size_t, size);
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | syscall_table.S | 339 ENTRY_SAME(getxattr)
|
/linux-4.1.27/fs/btrfs/ |
H A D | xattr.c | 174 * value in the tree. We don't want readers (getxattr and do_setxattr()
|
H A D | inode.c | 9874 .getxattr = btrfs_getxattr, 9951 .getxattr = btrfs_getxattr, 9965 .getxattr = btrfs_getxattr, 9980 .getxattr = btrfs_getxattr,
|
/linux-4.1.27/include/linux/ceph/ |
H A D | rados.h | 271 f(GETXATTR, __CEPH_OSD_OP(RD, ATTR, 1), "getxattr") \
|
/linux-4.1.27/mm/ |
H A D | shmem.c | 2648 .getxattr = shmem_getxattr, 2660 .getxattr = shmem_getxattr, 3134 .getxattr = shmem_getxattr, 3156 .getxattr = shmem_getxattr, 3169 .getxattr = shmem_getxattr,
|
/linux-4.1.27/security/selinux/ |
H A D | hooks.c | 423 error other than -ENODATA is returned by getxattr on sb_finish_set_opts() 427 if (!root_inode->i_op->getxattr) { sb_finish_set_opts() 433 rc = root_inode->i_op->getxattr(root, XATTR_NAME_SELINUX, NULL, 0); sb_finish_set_opts() 441 "%s) getxattr errno %d\n", sb->s_id, sb_finish_set_opts() 1296 if (!inode->i_op->getxattr) { inode_doinit_with_dentry() 1331 rc = inode->i_op->getxattr(dentry, XATTR_NAME_SELINUX, inode_doinit_with_dentry() 1337 rc = inode->i_op->getxattr(dentry, XATTR_NAME_SELINUX, inode_doinit_with_dentry() 1351 rc = inode->i_op->getxattr(dentry, inode_doinit_with_dentry() 1358 printk(KERN_WARNING "SELinux: %s: getxattr returned " inode_doinit_with_dentry() 3132 * getxattr may be called by unprivileged processes commonly selinux_inode_getsecurity()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | obd_class.h | 1726 EXP_CHECK_MD_OP(exp, getxattr); md_getxattr() 1727 EXP_MD_COUNTER_INCREMENT(exp, getxattr); md_getxattr() 1728 return MDP(exp->exp_obd, getxattr)(exp, fid, oc, valid, name, input, md_getxattr()
|
/linux-4.1.27/fs/fuse/ |
H A D | dir.c | 1900 .getxattr = fuse_getxattr, 1921 .getxattr = fuse_getxattr, 1933 .getxattr = fuse_getxattr,
|
H A D | fuse_i.h | 531 /** Is getxattr not implemented by fs? */
|
/linux-4.1.27/fs/hfs/ |
H A D | inode.c | 690 .getxattr = hfs_getxattr,
|
/linux-4.1.27/security/smack/ |
H A D | smack_lsm.c | 258 if (ip->i_op->getxattr == NULL) smk_fetch() 265 rc = ip->i_op->getxattr(dp, name, buffer, SMK_LONGLABEL); smk_fetch() 1196 * smack_inode_getxattr - Smack check on getxattr 3198 if (inode->i_op->getxattr == NULL) smack_d_instantiate() 3228 rc = inode->i_op->getxattr(dp, smack_d_instantiate()
|
/linux-4.1.27/fs/ubifs/ |
H A D | file.c | 1566 .getxattr = ubifs_getxattr, 1577 .getxattr = ubifs_getxattr,
|
H A D | dir.c | 1187 .getxattr = ubifs_getxattr,
|
/linux-4.1.27/fs/ceph/ |
H A D | inode.c | 97 .getxattr = ceph_getxattr, 1707 .getxattr = ceph_getxattr,
|
H A D | super.h | 234 * this until someone actually calls getxattr, etc.
|
H A D | xattr.c | 736 dout("getxattr %p ver=%lld index_ver=%lld\n", inode, __ceph_getxattr()
|
H A D | dir.c | 1372 .getxattr = ceph_getxattr,
|
/linux-4.1.27/include/linux/ |
H A D | nfs_xdr.h | 661 /* getxattr ACL interface flags */
|
H A D | fs.h | 1647 ssize_t (*getxattr) (struct dentry *, const char *, void *, size_t); member in struct:inode_operations
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | fsys.S | 748 data8 0 // getxattr // 1220
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | lprocfs_status.c | 1457 LPROCFS_MD_OP_INIT(num_private_stats, stats, getxattr); lprocfs_init_mps_stats()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
H A D | ldlm_lock.c | 144 return "getxattr"; ldlm_it2str()
|
/linux-4.1.27/net/ |
H A D | socket.c | 523 .getxattr = sockfs_getxattr,
|