Home
last modified time | relevance | path

Searched refs:getxattr (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/qemu/hw/9pfs/
H A D9p-posix-acl.c141 .getxattr = mp_pacl_getxattr,
149 .getxattr = mp_dacl_getxattr,
157 .getxattr = pt_getxattr,
165 .getxattr = notsup_getxattr,
H A D9p-xattr-user.c102 .getxattr = mp_user_getxattr,
110 .getxattr = pt_getxattr,
H A D9p-xattr.h21 ssize_t (*getxattr)(FsContext *ctx, const char *path, member
H A D9p-xattr.c44 return xops->getxattr(ctx, path, name, value, size); in v9fs_get_xattr()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dxattr.py45 libc.getxattr.argtypes = [
59 def getxattr(path, name, follow=True): function
60 func = libc.getxattr if follow else libc.lgetxattr
93 value = getxattr(path, name, follow)
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dfix-build-with-new-version-attr.patch30 - AC_CHECK_LIB([attr], [getxattr], sh_lattr=yes, sh_lattr=no)
39 - AC_CHECK_FUNCS([getxattr lgetxattr fgetxattr],
42 + AC_CHECK_LIB([attr], [getxattr], sh_lattr=yes, sh_lattr=no)
51 + AC_CHECK_FUNCS([getxattr lgetxattr fgetxattr],
/openbmc/linux/fs/orangefs/
H A Dxattr.c152 new_op->upcall.req.getxattr.refn = orangefs_inode->refn; in orangefs_inode_getxattr()
153 strcpy(new_op->upcall.req.getxattr.key, name); in orangefs_inode_getxattr()
160 new_op->upcall.req.getxattr.key_sz = strlen(name) + 1; in orangefs_inode_getxattr()
171 (char *)new_op->upcall.req.getxattr.key); in orangefs_inode_getxattr()
188 length = new_op->downcall.resp.getxattr.val_sz; in orangefs_inode_getxattr()
206 memcpy(buffer, new_op->downcall.resp.getxattr.val, length); in orangefs_inode_getxattr()
213 upcall.req.getxattr.key, in orangefs_inode_getxattr()
215 upcall.req.getxattr.key_sz, in orangefs_inode_getxattr()
H A Ddowncall.h116 struct orangefs_getxattr_response getxattr; member
H A Dupcall.h247 struct orangefs_getxattr_request_s getxattr; member
H A Dorangefs-utils.c63 fsid = op->upcall.req.getxattr.refn.fs_id; in fsid_of_op()
/openbmc/linux/fs/erofs/
H A Dxattr.c321 struct inode *inode, bool getxattr) in erofs_xattr_iter_inline() argument
354 if (getxattr) in erofs_xattr_iter_inline()
358 if ((getxattr && ret != -ENOATTR) || (!getxattr && ret)) in erofs_xattr_iter_inline()
367 struct inode *inode, bool getxattr) in erofs_xattr_iter_shared() argument
383 if (getxattr) in erofs_xattr_iter_shared()
387 if ((getxattr && ret != -ENOATTR) || (!getxattr && ret)) in erofs_xattr_iter_shared()
/openbmc/linux/tools/perf/trace/strace/groups/
H A Dstring20 getxattr
/openbmc/linux/fs/
H A Dxattr.c754 getxattr(struct mnt_idmap *idmap, struct dentry *d, in getxattr() function
789 error = getxattr(mnt_idmap(path.mnt), path.dentry, name, value, size); in path_getxattr()
798 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
819 error = getxattr(file_mnt_idmap(f.file), f.file->f_path.dentry, in SYSCALL_DEFINE4()
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc228 [ 227] = 4, /* getxattr */
/openbmc/linux/fs/nfsd/
H A Dnfs4xdr.c2214 struct nfsd4_getxattr *getxattr = &u->getxattr; in nfsd4_decode_getxattr() local
2218 memset(getxattr, 0, sizeof(*getxattr)); in nfsd4_decode_getxattr()
2219 status = nfsd4_decode_xattr_name(argp, &getxattr->getxa_name); in nfsd4_decode_getxattr()
2226 getxattr->getxa_len = maxcount; in nfsd4_decode_getxattr()
5077 struct nfsd4_getxattr *getxattr = &u->getxattr; in nfsd4_encode_getxattr() local
5085 *p = cpu_to_be32(getxattr->getxa_len); in nfsd4_encode_getxattr()
5087 if (getxattr->getxa_len == 0) in nfsd4_encode_getxattr()
5090 err = nfsd4_vbuf_to_stream(xdr, getxattr->getxa_buf, in nfsd4_encode_getxattr()
5091 getxattr->getxa_len); in nfsd4_encode_getxattr()
5093 kvfree(getxattr->getxa_buf); in nfsd4_encode_getxattr()
H A Dnfs4proc.c2414 struct nfsd4_getxattr *getxattr = &u->getxattr; in nfsd4_getxattr() local
2417 getxattr->getxa_name, &getxattr->getxa_buf, in nfsd4_getxattr()
2418 &getxattr->getxa_len); in nfsd4_getxattr()
H A Dxdr4.h697 struct nfsd4_getxattr getxattr; member
/openbmc/linux/security/keys/
H A DKconfig40 (permission, d_revalidate, lookup, getxattr, getacl, ...).
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl194 183 n32 getxattr sys_getxattr
H A Dsyscall_n64.tbl194 183 n64 getxattr sys_getxattr
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl194 183 n64 getxattr sys_getxattr
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl194 183 n64 getxattr sys_getxattr
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl208 196 common getxattr sys_getxattr
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl202 191 common getxattr sys_getxattr
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl80 69 common getxattr sys_getxattr

123