| /linux-6.15/fs/orangefs/ |
| H A D | xattr.c | 435 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 D | symlink.c | 16 .listxattr = orangefs_listxattr,
|
| H A D | downcall.h | 117 struct orangefs_listxattr_response listxattr; member
|
| H A D | upcall.h | 249 struct orangefs_listxattr_request_s listxattr; member
|
| /linux-6.15/fs/jfs/ |
| H A D | symlink.c | 14 .listxattr = jfs_listxattr, 20 .listxattr = jfs_listxattr,
|
| H A D | file.c | 131 .listxattr = jfs_listxattr,
|
| /linux-6.15/fs/ext2/ |
| H A D | symlink.c | 28 .listxattr = ext2_listxattr, 35 .listxattr = ext2_listxattr,
|
| H A D | namei.c | 417 .listxattr = ext2_listxattr, 428 .listxattr = ext2_listxattr,
|
| /linux-6.15/fs/ext4/ |
| H A D | symlink.c | 121 .listxattr = ext4_listxattr, 128 .listxattr = ext4_listxattr, 135 .listxattr = ext4_listxattr,
|
| /linux-6.15/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() 909 cache->listxattr = NULL; in entry_lru_isolate() 970 cache->listxattr = NULL; in nfs4_xattr_cache_init_once()
|
| /linux-6.15/fs/jffs2/ |
| H A D | symlink.c | 18 .listxattr = jffs2_listxattr,
|
| /linux-6.15/fs/ocfs2/ |
| H A D | symlink.c | 88 .listxattr = ocfs2_listxattr,
|
| /linux-6.15/tools/perf/trace/strace/groups/ |
| H A D | string | 26 listxattr
|
| /linux-6.15/fs/erofs/ |
| H A D | inode.c | 345 .listxattr = erofs_listxattr, 353 .listxattr = erofs_listxattr, 360 .listxattr = erofs_listxattr,
|
| H A D | namei.c | 221 .listxattr = erofs_listxattr,
|
| /linux-6.15/fs/squashfs/ |
| H A D | symlink.c | 107 .listxattr = squashfs_listxattr
|
| H A D | namei.c | 231 .listxattr = squashfs_listxattr
|
| /linux-6.15/fs/ |
| H A D | xattr.c | 492 if (inode->i_op->listxattr) { in vfs_listxattr() 493 error = inode->i_op->listxattr(dentry, list, size); in vfs_listxattr() 911 listxattr(struct dentry *d, char __user *list, size_t size) in listxattr() function 943 return listxattr(f->f_path.dentry, list, size); in file_listxattr() 958 error = listxattr(path.dentry, list, size); in filename_listxattr() 998 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
|
| H A D | bad_inode.c | 177 .listxattr = bad_inode_listxattr,
|
| /linux-6.15/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,
|
| /linux-6.15/fs/kernfs/ |
| H A D | symlink.c | 150 .listxattr = kernfs_iop_listxattr,
|
| /linux-6.15/fs/ntfs3/ |
| H A D | namei.c | 508 .listxattr = ntfs_listxattr, 517 .listxattr = ntfs_listxattr,
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_iops.c | 1204 .listxattr = xfs_vn_listxattr, 1231 .listxattr = xfs_vn_listxattr, 1258 .listxattr = xfs_vn_listxattr, 1269 .listxattr = xfs_vn_listxattr,
|
| /linux-6.15/fs/9p/ |
| H A D | vfs_inode_dotl.c | 933 .listxattr = v9fs_listxattr, 942 .listxattr = v9fs_listxattr, 952 .listxattr = v9fs_listxattr,
|
| /linux-6.15/fs/f2fs/ |
| H A D | namei.c | 1322 .listxattr = f2fs_listxattr, 1340 .listxattr = f2fs_listxattr, 1350 .listxattr = f2fs_listxattr, 1358 .listxattr = f2fs_listxattr,
|