Home
last modified time | relevance | path

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

1234

/linux-6.12.1/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
/linux-6.12.1/fs/jfs/
Dsymlink.c14 .listxattr = jfs_listxattr,
20 .listxattr = jfs_listxattr,
Dfile.c131 .listxattr = jfs_listxattr,
/linux-6.12.1/fs/ext2/
Dsymlink.c28 .listxattr = ext2_listxattr,
35 .listxattr = ext2_listxattr,
Dnamei.c416 .listxattr = ext2_listxattr,
427 .listxattr = ext2_listxattr,
/linux-6.12.1/fs/ext4/
Dsymlink.c121 .listxattr = ext4_listxattr,
128 .listxattr = ext4_listxattr,
135 .listxattr = ext4_listxattr,
/linux-6.12.1/fs/nfs/
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()
909 cache->listxattr = NULL; in entry_lru_isolate()
970 cache->listxattr = NULL; in nfs4_xattr_cache_init_once()
/linux-6.12.1/fs/jffs2/
Dsymlink.c18 .listxattr = jffs2_listxattr,
/linux-6.12.1/tools/perf/trace/strace/groups/
Dstring26 listxattr
/linux-6.12.1/fs/erofs/
Dinode.c350 .listxattr = erofs_listxattr,
358 .listxattr = erofs_listxattr,
365 .listxattr = erofs_listxattr,
/linux-6.12.1/fs/ocfs2/
Dsymlink.c92 .listxattr = ocfs2_listxattr,
/linux-6.12.1/fs/
Dxattr.c492 if (inode->i_op->listxattr) { in vfs_listxattr()
493 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(fd_file(f)->f_path.dentry, list, size); in SYSCALL_DEFINE3()
Dbad_inode.c177 .listxattr = bad_inode_listxattr,
/linux-6.12.1/fs/squashfs/
Dsymlink.c107 .listxattr = squashfs_listxattr
Dnamei.c231 .listxattr = squashfs_listxattr
/linux-6.12.1/fs/ecryptfs/
Dinode.c1096 if (!d_inode(lower_dentry)->i_op->listxattr) { in ecryptfs_listxattr()
1101 rc = d_inode(lower_dentry)->i_op->listxattr(lower_dentry, list, size); in ecryptfs_listxattr()
1171 .listxattr = ecryptfs_listxattr,
1186 .listxattr = ecryptfs_listxattr,
1197 .listxattr = ecryptfs_listxattr,
/linux-6.12.1/fs/kernfs/
Dsymlink.c148 .listxattr = kernfs_iop_listxattr,
/linux-6.12.1/fs/xfs/
Dxfs_iops.c1143 .listxattr = xfs_vn_listxattr,
1170 .listxattr = xfs_vn_listxattr,
1197 .listxattr = xfs_vn_listxattr,
1208 .listxattr = xfs_vn_listxattr,
/linux-6.12.1/fs/ntfs3/
Dnamei.c508 .listxattr = ntfs_listxattr,
517 .listxattr = ntfs_listxattr,
/linux-6.12.1/fs/9p/
Dvfs_inode_dotl.c933 .listxattr = v9fs_listxattr,
942 .listxattr = v9fs_listxattr,
952 .listxattr = v9fs_listxattr,
/linux-6.12.1/fs/f2fs/
Dnamei.c1313 .listxattr = f2fs_listxattr,
1331 .listxattr = f2fs_listxattr,
1341 .listxattr = f2fs_listxattr,
1349 .listxattr = f2fs_listxattr,
/linux-6.12.1/fs/reiserfs/
Dfile.c257 .listxattr = reiserfs_listxattr,

1234