/openbmc/linux/fs/orangefs/ |
H A D | xattr.c | 434 new_op->upcall.req.listxattr.refn = orangefs_inode->refn; in orangefs_listxattr() 435 new_op->upcall.req.listxattr.token = token; in orangefs_listxattr() 436 new_op->upcall.req.listxattr.requested_count = in orangefs_listxattr() 449 total = new_op->downcall.resp.listxattr.returned_count * in orangefs_listxattr() 454 returned_count = new_op->downcall.resp.listxattr.returned_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() 477 if (total + new_op->downcall.resp.listxattr.lengths[i] > size) in orangefs_listxattr() 485 if (is_reserved_key(new_op->downcall.resp.listxattr.key + in orangefs_listxattr() [all …]
|
H A D | symlink.c | 16 .listxattr = orangefs_listxattr,
|
H A D | downcall.h | 117 struct orangefs_listxattr_response listxattr; member
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-posix-acl.c | 143 .listxattr = mp_pacl_listxattr, 151 .listxattr = mp_dacl_listxattr, 159 .listxattr = pt_listxattr, 167 .listxattr = notsup_listxattr,
|
H A D | 9p-xattr-user.c | 104 .listxattr = mp_user_listxattr, 112 .listxattr = pt_listxattr,
|
H A D | 9p-xattr.c | 118 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 D | 9p-xattr.h | 23 ssize_t (*listxattr)(FsContext *ctx, const char *path, member
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | xattr.py | 16 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 D | symlink.c | 14 .listxattr = jfs_listxattr, 20 .listxattr = jfs_listxattr,
|
H A D | file.c | 131 .listxattr = jfs_listxattr,
|
/openbmc/linux/fs/ext2/ |
H A D | symlink.c | 28 .listxattr = ext2_listxattr, 35 .listxattr = ext2_listxattr,
|
H A D | namei.c | 415 .listxattr = ext2_listxattr, 426 .listxattr = ext2_listxattr,
|
/openbmc/linux/fs/ext4/ |
H A D | symlink.c | 119 .listxattr = ext4_listxattr, 126 .listxattr = ext4_listxattr, 133 .listxattr = ext4_listxattr,
|
/openbmc/linux/fs/nfs/ |
H A D | nfs42xattr.c | 76 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/fs/jffs2/ |
H A D | symlink.c | 18 .listxattr = jffs2_listxattr,
|
/openbmc/linux/fs/erofs/ |
H A D | inode.c | 370 .listxattr = erofs_listxattr, 378 .listxattr = erofs_listxattr, 385 .listxattr = erofs_listxattr,
|
/openbmc/linux/tools/perf/trace/strace/groups/ |
H A D | string | 26 listxattr
|
/openbmc/linux/fs/ocfs2/ |
H A D | symlink.c | 93 .listxattr = ocfs2_listxattr,
|
/openbmc/linux/fs/ |
H A D | xattr.c | 493 if (inode->i_op->listxattr) { in vfs_listxattr() 494 error = inode->i_op->listxattr(dentry, list, size); in vfs_listxattr() 829 listxattr(struct dentry *d, char __user *list, size_t size) in listxattr() function 866 error = listxattr(path.dentry, list, size); in path_listxattr() 875 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument 895 error = listxattr(f.file->f_path.dentry, list, size); in SYSCALL_DEFINE3()
|
H A D | bad_inode.c | 177 .listxattr = bad_inode_listxattr,
|
/openbmc/linux/fs/squashfs/ |
H A D | symlink.c | 110 .listxattr = squashfs_listxattr
|
H A D | namei.c | 237 .listxattr = squashfs_listxattr
|
/openbmc/linux/fs/ecryptfs/ |
H A D | inode.c | 1094 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,
|
/openbmc/linux/fs/kernfs/ |
H A D | symlink.c | 148 .listxattr = kernfs_iop_listxattr,
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iops.c | 1120 .listxattr = xfs_vn_listxattr, 1147 .listxattr = xfs_vn_listxattr, 1174 .listxattr = xfs_vn_listxattr, 1185 .listxattr = xfs_vn_listxattr,
|