Home
last modified time | relevance | path

Searched refs:listxattr (Results 1 – 25 of 110) sorted by relevance

12345

/openbmc/linux/fs/orangefs/
H A Dxattr.c435 new_op->upcall.req.listxattr.token = token; in orangefs_listxattr()
436 new_op->upcall.req.listxattr.requested_count = in orangefs_listxattr()
468 if (new_op->downcall.resp.listxattr.lengths[i] < 0 || in orangefs_listxattr()
469 new_op->downcall.resp.listxattr.lengths[i] > in orangefs_listxattr()
473 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
488 listxattr.lengths[i])) { in orangefs_listxattr()
490 i, new_op->downcall.resp.listxattr.key + in orangefs_listxattr()
493 new_op->downcall.resp.listxattr.key + key_size, in orangefs_listxattr()
494 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
499 i, new_op->downcall.resp.listxattr.key + in orangefs_listxattr()
[all …]
H A Dsymlink.c16 .listxattr = orangefs_listxattr,
H A Ddowncall.h117 struct orangefs_listxattr_response listxattr; member
H A Dupcall.h249 struct orangefs_listxattr_request_s listxattr; member
/openbmc/qemu/hw/9pfs/
H A D9p-posix-acl.c143 .listxattr = mp_pacl_listxattr,
151 .listxattr = mp_dacl_listxattr,
159 .listxattr = pt_listxattr,
167 .listxattr = notsup_listxattr,
H A D9p-xattr-user.c104 .listxattr = mp_user_listxattr,
112 .listxattr = pt_listxattr,
H A D9p-xattr.c118 size += xops->listxattr(ctx, path, orig_value, value, vsize); in v9fs_list_xattr()
120 size = xops->listxattr(ctx, path, orig_value, value, vsize); in v9fs_list_xattr()
H A D9p-xattr.h23 ssize_t (*listxattr)(FsContext *ctx, const char *path, member
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dxattr.py16 libc.listxattr.argtypes = [ctypes.c_char_p, ctypes.c_char_p, ctypes.c_size_t]
20 def listxattr(path, follow=True): function
21 func = libc.listxattr if follow else libc.llistxattr
90 names = listxattr(path, follow)
/openbmc/linux/fs/jfs/
H A Dsymlink.c14 .listxattr = jfs_listxattr,
20 .listxattr = jfs_listxattr,
H A Dfile.c131 .listxattr = jfs_listxattr,
/openbmc/linux/fs/ext2/
H A Dsymlink.c28 .listxattr = ext2_listxattr,
35 .listxattr = ext2_listxattr,
H A Dnamei.c415 .listxattr = ext2_listxattr,
426 .listxattr = ext2_listxattr,
/openbmc/linux/fs/ext4/
H A Dsymlink.c119 .listxattr = ext4_listxattr,
126 .listxattr = ext4_listxattr,
133 .listxattr = ext4_listxattr,
/openbmc/linux/fs/jffs2/
H A Dsymlink.c18 .listxattr = jffs2_listxattr,
/openbmc/linux/fs/nfs/
H A Dnfs42xattr.c76 struct nfs4_xattr_entry *listxattr; member
281 cache->listxattr = NULL; in nfs4_xattr_free_cache_cb()
317 old = cache->listxattr; in nfs4_xattr_set_listcache()
324 cache->listxattr = new; in nfs4_xattr_set_listcache()
660 entry = cache->listxattr; in nfs4_xattr_cache_list()
928 cache->listxattr = NULL; in entry_lru_isolate()
989 cache->listxattr = NULL; in nfs4_xattr_cache_init_once()
/openbmc/linux/tools/perf/trace/strace/groups/
H A Dstring26 listxattr
/openbmc/linux/fs/ocfs2/
H A Dsymlink.c92 .listxattr = ocfs2_listxattr,
/openbmc/linux/fs/erofs/
H A Dinode.c378 .listxattr = erofs_listxattr,
386 .listxattr = erofs_listxattr,
393 .listxattr = erofs_listxattr,
/openbmc/linux/fs/squashfs/
H A Dsymlink.c110 .listxattr = squashfs_listxattr
H A Dnamei.c237 .listxattr = squashfs_listxattr
/openbmc/linux/fs/
H A Dxattr.c493 if (inode->i_op->listxattr) { in vfs_listxattr()
494 error = inode->i_op->listxattr(dentry, list, size); in vfs_listxattr()
828 listxattr(struct dentry *d, char __user *list, size_t size) in listxattr() function
865 error = listxattr(path.dentry, list, size); in path_listxattr()
874 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
894 error = listxattr(f.file->f_path.dentry, list, size); in SYSCALL_DEFINE3()
H A Dbad_inode.c177 .listxattr = bad_inode_listxattr,
/openbmc/linux/fs/kernfs/
H A Dsymlink.c148 .listxattr = kernfs_iop_listxattr,
/openbmc/linux/fs/ecryptfs/
H A Dinode.c1094 if (!d_inode(lower_dentry)->i_op->listxattr) { in ecryptfs_listxattr()
1099 rc = d_inode(lower_dentry)->i_op->listxattr(lower_dentry, list, size); in ecryptfs_listxattr()
1169 .listxattr = ecryptfs_listxattr,
1184 .listxattr = ecryptfs_listxattr,
1195 .listxattr = ecryptfs_listxattr,

12345