| /Linux-v5.10/fs/orangefs/ |
| 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 …]
|
| D | symlink.c | 16 .listxattr = orangefs_listxattr,
|
| D | downcall.h | 117 struct orangefs_listxattr_response listxattr; member
|
| D | upcall.h | 249 struct orangefs_listxattr_request_s listxattr; member
|
| /Linux-v5.10/fs/ext4/ |
| D | symlink.c | 59 .listxattr = ext4_listxattr, 66 .listxattr = ext4_listxattr, 73 .listxattr = ext4_listxattr,
|
| /Linux-v5.10/fs/jfs/ |
| D | symlink.c | 14 .listxattr = jfs_listxattr, 20 .listxattr = jfs_listxattr,
|
| D | file.c | 130 .listxattr = jfs_listxattr,
|
| /Linux-v5.10/fs/ext2/ |
| D | symlink.c | 28 .listxattr = ext2_listxattr, 35 .listxattr = ext2_listxattr,
|
| D | namei.c | 423 .listxattr = ext2_listxattr, 432 .listxattr = ext2_listxattr,
|
| D | file.c | 201 .listxattr = ext2_listxattr,
|
| /Linux-v5.10/fs/nfs/ |
| D | nfs42xattr.c | 76 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()
|
| /Linux-v5.10/fs/jffs2/ |
| D | symlink.c | 18 .listxattr = jffs2_listxattr,
|
| /Linux-v5.10/fs/erofs/ |
| D | inode.c | 352 .listxattr = erofs_listxattr, 359 .listxattr = erofs_listxattr, 366 .listxattr = erofs_listxattr,
|
| /Linux-v5.10/tools/perf/trace/strace/groups/ |
| D | string | 26 listxattr
|
| /Linux-v5.10/fs/ocfs2/ |
| D | symlink.c | 93 .listxattr = ocfs2_listxattr,
|
| /Linux-v5.10/fs/ |
| D | xattr.c | 419 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()
|
| D | bad_inode.c | 170 .listxattr = bad_inode_listxattr,
|
| /Linux-v5.10/fs/squashfs/ |
| D | symlink.c | 109 .listxattr = squashfs_listxattr
|
| D | namei.c | 237 .listxattr = squashfs_listxattr
|
| /Linux-v5.10/fs/ecryptfs/ |
| D | inode.c | 1065 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,
|
| /Linux-v5.10/fs/kernfs/ |
| D | symlink.c | 148 .listxattr = kernfs_iop_listxattr,
|
| /Linux-v5.10/fs/xfs/ |
| D | xfs_iops.c | 1174 .listxattr = xfs_vn_listxattr, 1199 .listxattr = xfs_vn_listxattr, 1224 .listxattr = xfs_vn_listxattr, 1233 .listxattr = xfs_vn_listxattr, 1241 .listxattr = xfs_vn_listxattr,
|
| /Linux-v5.10/fs/afs/ |
| D | mntpt.c | 35 .listxattr = afs_listxattr,
|
| /Linux-v5.10/fs/reiserfs/ |
| D | file.c | 257 .listxattr = reiserfs_listxattr,
|
| /Linux-v5.10/fs/overlayfs/ |
| D | inode.c | 496 .listxattr = ovl_listxattr, 506 .listxattr = ovl_listxattr, 514 .listxattr = ovl_listxattr,
|