Searched refs:getxattr (Results 1 - 86 of 86) sorted by relevance

/linux-4.1.27/fs/ext2/
H A Dsymlink.c38 .getxattr = generic_getxattr,
50 .getxattr = generic_getxattr,
H A Dfile.c113 .getxattr = generic_getxattr,
H A Dnamei.c411 .getxattr = generic_getxattr,
424 .getxattr = generic_getxattr,
/linux-4.1.27/fs/ext3/
H A Dsymlink.c38 .getxattr = generic_getxattr,
50 .getxattr = generic_getxattr,
H A Dfile.c71 .getxattr = generic_getxattr,
H A Dnamei.c2567 .getxattr = generic_getxattr,
2579 .getxattr = generic_getxattr,
/linux-4.1.27/fs/jfs/
H A Dsymlink.c37 .getxattr = jfs_getxattr,
48 .getxattr = jfs_getxattr,
H A Dfile.c141 .getxattr = jfs_getxattr,
H A Dnamei.c1519 .getxattr = jfs_getxattr,
/linux-4.1.27/fs/ext4/
H A Dsymlink.c132 .getxattr = generic_getxattr,
142 .getxattr = generic_getxattr,
H A Dfile.c656 .getxattr = generic_getxattr,
H A Dnamei.c3902 .getxattr = generic_getxattr,
3913 .getxattr = generic_getxattr,
/linux-4.1.27/fs/jffs2/
H A Dsymlink.c27 .getxattr = jffs2_getxattr,
H A Dfile.c70 .getxattr = jffs2_getxattr,
H A Ddir.c65 .getxattr = jffs2_getxattr,
H A Dxattr.c914 * is an implementation of getxattr handler on jffs2.
/linux-4.1.27/fs/ocfs2/
H A Dsymlink.c96 .getxattr = generic_getxattr,
H A Dfile.c2606 .getxattr = generic_getxattr,
H A Dnamei.c2896 .getxattr = generic_getxattr,
/linux-4.1.27/fs/
H A Dxattr.c173 * 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 Dbad_inode.c146 .getxattr = bad_inode_getxattr,
H A Dlibfs.c1147 .getxattr = empty_dir_getxattr,
/linux-4.1.27/fs/squashfs/
H A Dsymlink.c124 .getxattr = generic_getxattr,
H A Dnamei.c250 .getxattr = generic_getxattr,
H A Dinode.c426 .getxattr = generic_getxattr,
/linux-4.1.27/fs/kernfs/
H A Dsymlink.c139 .getxattr = kernfs_iop_getxattr,
H A Dinode.c33 .getxattr = kernfs_iop_getxattr,
H A Ddir.c930 .getxattr = kernfs_iop_getxattr,
/linux-4.1.27/security/integrity/ima/
H A Dima_appraise.c170 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 Dsymlink.c167 .getxattr = ll_getxattr,
H A Dxattr.c239 /* 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 Dxattr_cache.c377 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 Dnamei.c1163 .getxattr = ll_getxattr,
1174 .getxattr = ll_getxattr,
H A Dllite_internal.h1254 * 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 Dlproc_llite.c920 { LPROC_LL_GETXATTR, LPROCFS_TYPE_REGS, "getxattr" },
H A Dfile.c3186 .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 Dcopy_up.c29 if (!old->d_inode->i_op->getxattr || ovl_copy_xattr()
30 !new->d_inode->i_op->getxattr) ovl_copy_xattr()
H A Dinode.c388 .getxattr = ovl_getxattr,
400 .getxattr = ovl_getxattr,
H A Dsuper.c255 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 Ddir.c956 .getxattr = ovl_getxattr,
/linux-4.1.27/fs/ecryptfs/
H A Dinode.c1044 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 Dmmap.c426 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 Dnamei.c801 .getxattr = generic_getxattr,
815 .getxattr = generic_getxattr,
828 .getxattr = generic_getxattr,
H A Dfile.c659 .getxattr = generic_getxattr,
/linux-4.1.27/security/integrity/evm/
H A Devm_main.c81 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 Devm_crypto.c142 if (!inode->i_op->getxattr) evm_calc_hmac_or_hash()
/linux-4.1.27/fs/reiserfs/
H A Dfile.c264 .getxattr = reiserfs_getxattr,
H A Dnamei.c1623 .getxattr = reiserfs_getxattr,
1641 .getxattr = reiserfs_getxattr,
1653 .getxattr = reiserfs_getxattr,
H A Dxattr.c768 * Inode operation getxattr()
/linux-4.1.27/fs/xfs/
H A Dxfs_iops.c1113 .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 Dsystbl.h219 SYSCALL_SPU(getxattr)
/linux-4.1.27/fs/cachefiles/
H A Dbind.c130 !d_backing_inode(root)->i_op->getxattr || cachefiles_daemon_add_cache()
H A Dnamei.c774 !d_backing_inode(subdir)->i_op->getxattr || cachefiles_get_directory()
/linux-4.1.27/security/
H A Dcommoncap.c308 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 Dnfs3proc.c902 .getxattr = generic_getxattr,
916 .getxattr = generic_getxattr,
H A Dnfs4proc.c4515 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 Dcifsfs.c875 .getxattr = cifs_getxattr,
888 .getxattr = cifs_getxattr,
904 .getxattr = cifs_getxattr,
H A Dcifssmb.c6153 * function used by listxattr and getxattr type calls. When ea_name is set,
/linux-4.1.27/fs/9p/
H A Dvfs_inode_dotl.c989 .getxattr = generic_getxattr,
999 .getxattr = generic_getxattr,
1012 .getxattr = generic_getxattr,
/linux-4.1.27/fs/gfs2/
H A Dinode.c1929 .getxattr = gfs2_getxattr,
1951 .getxattr = gfs2_getxattr,
1968 .getxattr = gfs2_getxattr,
/linux-4.1.27/fs/hfsplus/
H A Ddir.c560 .getxattr = generic_getxattr,
H A Dinode.c338 .getxattr = generic_getxattr,
/linux-4.1.27/arch/s390/kernel/
H A Dcompat_wrapper.c155 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 Dsyscall_table.S339 ENTRY_SAME(getxattr)
/linux-4.1.27/fs/btrfs/
H A Dxattr.c174 * value in the tree. We don't want readers (getxattr and do_setxattr()
H A Dinode.c9874 .getxattr = btrfs_getxattr,
9951 .getxattr = btrfs_getxattr,
9965 .getxattr = btrfs_getxattr,
9980 .getxattr = btrfs_getxattr,
/linux-4.1.27/include/linux/ceph/
H A Drados.h271 f(GETXATTR, __CEPH_OSD_OP(RD, ATTR, 1), "getxattr") \
/linux-4.1.27/mm/
H A Dshmem.c2648 .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 Dhooks.c423 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 Dobd_class.h1726 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 Ddir.c1900 .getxattr = fuse_getxattr,
1921 .getxattr = fuse_getxattr,
1933 .getxattr = fuse_getxattr,
H A Dfuse_i.h531 /** Is getxattr not implemented by fs? */
/linux-4.1.27/fs/hfs/
H A Dinode.c690 .getxattr = hfs_getxattr,
/linux-4.1.27/security/smack/
H A Dsmack_lsm.c258 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 Dfile.c1566 .getxattr = ubifs_getxattr,
1577 .getxattr = ubifs_getxattr,
H A Ddir.c1187 .getxattr = ubifs_getxattr,
/linux-4.1.27/fs/ceph/
H A Dinode.c97 .getxattr = ceph_getxattr,
1707 .getxattr = ceph_getxattr,
H A Dsuper.h234 * this until someone actually calls getxattr, etc.
H A Dxattr.c736 dout("getxattr %p ver=%lld index_ver=%lld\n", inode, __ceph_getxattr()
H A Ddir.c1372 .getxattr = ceph_getxattr,
/linux-4.1.27/include/linux/
H A Dnfs_xdr.h661 /* getxattr ACL interface flags */
H A Dfs.h1647 ssize_t (*getxattr) (struct dentry *, const char *, void *, size_t); member in struct:inode_operations
/linux-4.1.27/arch/ia64/kernel/
H A Dfsys.S748 data8 0 // getxattr // 1220
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dlprocfs_status.c1457 LPROCFS_MD_OP_INIT(num_private_stats, stats, getxattr); lprocfs_init_mps_stats()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_lock.c144 return "getxattr"; ldlm_it2str()
/linux-4.1.27/net/
H A Dsocket.c523 .getxattr = sockfs_getxattr,

Completed in 2491 milliseconds