Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/fs/orangefs/
Dxattr.c434 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 …]
Dsymlink.c16 .listxattr = orangefs_listxattr,
Ddowncall.h117 struct orangefs_listxattr_response listxattr; member
Dupcall.h249 struct orangefs_listxattr_request_s listxattr; member
/kernel/linux/linux-5.10/fs/ext4/
Dsymlink.c68 .listxattr = ext4_listxattr,
75 .listxattr = ext4_listxattr,
82 .listxattr = ext4_listxattr,
/kernel/linux/linux-5.10/fs/jfs/
Dsymlink.c14 .listxattr = jfs_listxattr,
20 .listxattr = jfs_listxattr,
Dfile.c130 .listxattr = jfs_listxattr,
/kernel/linux/build/test/kernel_ltp/syscalls/listxattr/
DBUILD.gn20 [ "//third_party/ltp/testcases/kernel/syscalls/listxattr/listxattr01.c" ]
26 [ "//third_party/ltp/testcases/kernel/syscalls/listxattr/listxattr02.c" ]
32 [ "//third_party/ltp/testcases/kernel/syscalls/listxattr/listxattr03.c" ]
/kernel/linux/linux-5.10/fs/ext2/
Dsymlink.c28 .listxattr = ext2_listxattr,
35 .listxattr = ext2_listxattr,
Dnamei.c423 .listxattr = ext2_listxattr,
432 .listxattr = ext2_listxattr,
Dfile.c201 .listxattr = ext2_listxattr,
/kernel/linux/linux-5.10/fs/sharefs/
Dinode.c122 .listxattr = sharefs_listxattr,
129 .listxattr = sharefs_listxattr,
135 .listxattr = sharefs_listxattr,
/kernel/linux/linux-5.10/fs/nfs/
Dnfs42xattr.c76 struct nfs4_xattr_entry *listxattr; member
281 cache->listxattr = NULL; in nfs4_xattr_free_cache_cb()
318 old = cache->listxattr; in nfs4_xattr_set_listcache()
325 cache->listxattr = new; in nfs4_xattr_set_listcache()
661 entry = cache->listxattr; in nfs4_xattr_cache_list()
929 cache->listxattr = NULL; in entry_lru_isolate()
990 cache->listxattr = NULL; in nfs4_xattr_cache_init_once()
/kernel/linux/linux-5.10/fs/jffs2/
Dsymlink.c18 .listxattr = jffs2_listxattr,
/kernel/linux/build/test/kernel_ltp/syscalls/
DBUILD.gn279 "listxattr:listxattr01",
280 "listxattr:listxattr02",
281 "listxattr:listxattr03",
/kernel/linux/linux-5.10/tools/perf/trace/strace/groups/
Dstring26 listxattr
/kernel/linux/linux-5.10/fs/ocfs2/
Dsymlink.c93 .listxattr = ocfs2_listxattr,
/kernel/linux/linux-5.10/fs/erofs/
Dinode.c359 .listxattr = erofs_listxattr,
366 .listxattr = erofs_listxattr,
373 .listxattr = erofs_listxattr,
/kernel/linux/linux-5.10/fs/
Dxattr.c419 if (inode->i_op->listxattr && (inode->i_opflags & IOP_XATTR)) { in vfs_listxattr()
420 error = inode->i_op->listxattr(dentry, list, size); in vfs_listxattr()
702 listxattr(struct dentry *d, char __user *list, size_t size) in listxattr() function
739 error = listxattr(path.dentry, list, size); in path_listxattr()
748 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
768 error = listxattr(f.file->f_path.dentry, list, size); in SYSCALL_DEFINE3()
Dbad_inode.c170 .listxattr = bad_inode_listxattr,
/kernel/linux/linux-5.10/fs/squashfs/
Dsymlink.c109 .listxattr = squashfs_listxattr
Dnamei.c237 .listxattr = squashfs_listxattr
/kernel/linux/linux-5.10/fs/ecryptfs/
Dinode.c1065 if (!d_inode(lower_dentry)->i_op->listxattr) { in ecryptfs_listxattr()
1070 rc = d_inode(lower_dentry)->i_op->listxattr(lower_dentry, list, size); in ecryptfs_listxattr()
1101 .listxattr = ecryptfs_listxattr,
1116 .listxattr = ecryptfs_listxattr,
1123 .listxattr = ecryptfs_listxattr,
/kernel/linux/linux-5.10/fs/kernfs/
Dsymlink.c148 .listxattr = kernfs_iop_listxattr,
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_iops.c1174 .listxattr = xfs_vn_listxattr,
1199 .listxattr = xfs_vn_listxattr,
1224 .listxattr = xfs_vn_listxattr,
1233 .listxattr = xfs_vn_listxattr,
1241 .listxattr = xfs_vn_listxattr,

1234