Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/fs/orangefs/
H A 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 …]
H A Dsymlink.c16 .listxattr = orangefs_listxattr,
H A Ddowncall.h117 struct orangefs_listxattr_response listxattr; member
H A Dupcall.h249 struct orangefs_listxattr_request_s listxattr; member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsymlink.c68 .listxattr = ext4_listxattr,
75 .listxattr = ext4_listxattr,
82 .listxattr = ext4_listxattr,
/OK3568_Linux_fs/kernel/fs/jfs/
H A Dsymlink.c14 .listxattr = jfs_listxattr,
20 .listxattr = jfs_listxattr,
H A Dfile.c130 .listxattr = jfs_listxattr,
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dsymlink.c28 .listxattr = ext2_listxattr,
35 .listxattr = ext2_listxattr,
H A Dnamei.c423 .listxattr = ext2_listxattr,
432 .listxattr = ext2_listxattr,
H A Dfile.c201 .listxattr = ext2_listxattr,
/OK3568_Linux_fs/buildroot/package/attr/
H A D0001-build-with-older-GCCs.patch63 - __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 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()
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dsymlink.c18 .listxattr = jffs2_listxattr,
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dinode.c366 .listxattr = erofs_listxattr,
373 .listxattr = erofs_listxattr,
380 .listxattr = erofs_listxattr,
/OK3568_Linux_fs/kernel/fs/
H A 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()
H A Dbad_inode.c170 .listxattr = bad_inode_listxattr,
/OK3568_Linux_fs/kernel/tools/perf/trace/strace/groups/
H A Dstring26 listxattr
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dsymlink.c93 .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 Dxattr.h76 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 Dxattr.h76 extern ssize_t listxattr (const char *__path, char *__list, size_t __size)
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dinode.c1066 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 Dsymlink.c109 .listxattr = squashfs_listxattr
/OK3568_Linux_fs/kernel/fs/xfs/
H A 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,
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dsymlink.c148 .listxattr = kernfs_iop_listxattr,
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dinode.c499 .listxattr = ovl_listxattr,
509 .listxattr = ovl_listxattr,
517 .listxattr = ovl_listxattr,

1234