| /OK3568_Linux_fs/kernel/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
|
| H A D | upcall.h | 249 struct orangefs_listxattr_request_s listxattr; member
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | symlink.c | 68 .listxattr = ext4_listxattr, 75 .listxattr = ext4_listxattr, 82 .listxattr = ext4_listxattr,
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | symlink.c | 14 .listxattr = jfs_listxattr, 20 .listxattr = jfs_listxattr,
|
| H A D | file.c | 130 .listxattr = jfs_listxattr,
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | symlink.c | 28 .listxattr = ext2_listxattr, 35 .listxattr = ext2_listxattr,
|
| H A D | namei.c | 423 .listxattr = ext2_listxattr, 432 .listxattr = ext2_listxattr,
|
| H A D | file.c | 201 .listxattr = ext2_listxattr,
|
| /OK3568_Linux_fs/buildroot/package/attr/ |
| H A D | 0001-build-with-older-GCCs.patch | 63 - __attribute__ ((deprecated ("Use listxattr or llistxattr instead"))); 76 - __attribute__ ((deprecated ("Use getxattr, setxattr, listxattr, removexattr instead"))); 80 - __attribute__ ((deprecated ("Use getxattr, setxattr, listxattr, removexattr instead")));
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | symlink.c | 18 .listxattr = jffs2_listxattr,
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | inode.c | 366 .listxattr = erofs_listxattr, 373 .listxattr = erofs_listxattr, 380 .listxattr = erofs_listxattr,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A 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()
|
| H A D | bad_inode.c | 170 .listxattr = bad_inode_listxattr,
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/strace/groups/ |
| H A D | string | 26 listxattr
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | symlink.c | 93 .listxattr = ocfs2_listxattr,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | xattr.h | 76 extern ssize_t listxattr (const char *__path, char *__list, size_t __size)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | xattr.h | 76 extern ssize_t listxattr (const char *__path, char *__list, size_t __size)
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | inode.c | 1066 if (!d_inode(lower_dentry)->i_op->listxattr) { in ecryptfs_listxattr() 1071 rc = d_inode(lower_dentry)->i_op->listxattr(lower_dentry, list, size); in ecryptfs_listxattr() 1102 .listxattr = ecryptfs_listxattr, 1117 .listxattr = ecryptfs_listxattr, 1124 .listxattr = ecryptfs_listxattr,
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | symlink.c | 109 .listxattr = squashfs_listxattr
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A 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,
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | symlink.c | 148 .listxattr = kernfs_iop_listxattr,
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | inode.c | 499 .listxattr = ovl_listxattr, 509 .listxattr = ovl_listxattr, 517 .listxattr = ovl_listxattr,
|