/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | xattr.c | 26 * of a listxattr. 28 * a listxattr. 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 in orangefs_listxattr() [all...] |
H A D | symlink.c | 16 .listxattr = orangefs_listxattr,
|
H A D | downcall.h | 65 /* the listxattr response is an array of attribute names */ 117 struct orangefs_listxattr_response listxattr; member
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | xattr.c | 26 * of a listxattr. 28 * a listxattr. 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 in orangefs_listxattr() [all...] |
H A D | symlink.c | 16 .listxattr = orangefs_listxattr,
|
H A D | downcall.h | 65 /* the listxattr response is an array of attribute names */ 117 struct orangefs_listxattr_response listxattr; member
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | symlink.c | 68 .listxattr = ext4_listxattr, 75 .listxattr = ext4_listxattr, 82 .listxattr = ext4_listxattr,
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | symlink.c | 28 .listxattr = ext2_listxattr, 35 .listxattr = ext2_listxattr,
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | symlink.c | 14 .listxattr = jfs_listxattr, 20 .listxattr = jfs_listxattr,
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | symlink.c | 14 .listxattr = jfs_listxattr, 20 .listxattr = jfs_listxattr,
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | symlink.c | 28 .listxattr = ext2_listxattr, 35 .listxattr = ext2_listxattr,
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | symlink.c | 119 .listxattr = ext4_listxattr, 126 .listxattr = ext4_listxattr, 133 .listxattr = ext4_listxattr,
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | symlink.c | 18 .listxattr = jffs2_listxattr,
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | symlink.c | 18 .listxattr = jffs2_listxattr,
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs42xattr.c | 25 * to a special-cased entry for the listxattr cache. 76 struct nfs4_xattr_entry *listxattr; member 151 * extended attribute name/value pairs, but may also be a listxattr 163 * @name: Name of the extended attribute. NULL for listxattr cache 165 * @value: Value of attribute, or listxattr cache. NULL if the 281 cache->listxattr = NULL; in nfs4_xattr_free_cache_cb() 304 * Set the listxattr cache, which is a special-cased cache entry. 306 * the cache is being drained - this prevents a new listxattr 318 old = cache->listxattr; in nfs4_xattr_set_listcache() 325 cache->listxattr in nfs4_xattr_set_listcache() [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs42xattr.c | 25 * to a special-cased entry for the listxattr cache. 76 struct nfs4_xattr_entry *listxattr; member 151 * extended attribute name/value pairs, but may also be a listxattr 163 * @name: Name of the extended attribute. NULL for listxattr cache 165 * @value: Value of attribute, or listxattr cache. NULL if the 281 cache->listxattr = NULL; in nfs4_xattr_free_cache_cb() 303 * Set the listxattr cache, which is a special-cased cache entry. 305 * the cache is being drained - this prevents a new listxattr 317 old = cache->listxattr; in nfs4_xattr_set_listcache() 324 cache->listxattr in nfs4_xattr_set_listcache() [all...] |
/kernel/linux/linux-5.10/fs/sharefs/ |
H A D | inode.c | 352 .listxattr = sharefs_listxattr, 359 .listxattr = sharefs_listxattr, 373 .listxattr = sharefs_listxattr,
|
/kernel/linux/linux-6.6/fs/sharefs/ |
H A D | inode.c | 352 .listxattr = sharefs_listxattr, 359 .listxattr = sharefs_listxattr, 373 .listxattr = sharefs_listxattr,
|
/kernel/linux/linux-5.10/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() 768 error = listxattr(f.file->f_path.dentry, list, size); in SYSCALL_DEFINE3()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | symlink.c | 93 .listxattr = ocfs2_listxattr,
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | symlink.c | 92 .listxattr = ocfs2_listxattr,
|
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | symlink.c | 109 .listxattr = squashfs_listxattr
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | symlink.c | 110 .listxattr = squashfs_listxattr
|
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | inode.c | 359 .listxattr = erofs_listxattr, 366 .listxattr = erofs_listxattr, 373 .listxattr = erofs_listxattr,
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | inode.c | 378 .listxattr = erofs_listxattr, 386 .listxattr = erofs_listxattr, 393 .listxattr = erofs_listxattr,
|