Home
last modified time | relevance | path

Searched refs:listxattr (Results 1 - 25 of 132) sorted by relevance

123456

/kernel/linux/linux-5.10/fs/orangefs/
H A Dxattr.c26 * 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 Dsymlink.c16 .listxattr = orangefs_listxattr,
H A Ddowncall.h65 /* 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 Dxattr.c26 * 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 Dsymlink.c16 .listxattr = orangefs_listxattr,
H A Ddowncall.h65 /* 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 Dsymlink.c68 .listxattr = ext4_listxattr,
75 .listxattr = ext4_listxattr,
82 .listxattr = ext4_listxattr,
/kernel/linux/linux-5.10/fs/ext2/
H A Dsymlink.c28 .listxattr = ext2_listxattr,
35 .listxattr = ext2_listxattr,
/kernel/linux/linux-5.10/fs/jfs/
H A Dsymlink.c14 .listxattr = jfs_listxattr,
20 .listxattr = jfs_listxattr,
/kernel/linux/linux-6.6/fs/jfs/
H A Dsymlink.c14 .listxattr = jfs_listxattr,
20 .listxattr = jfs_listxattr,
/kernel/linux/linux-6.6/fs/ext2/
H A Dsymlink.c28 .listxattr = ext2_listxattr,
35 .listxattr = ext2_listxattr,
/kernel/linux/linux-6.6/fs/ext4/
H A Dsymlink.c119 .listxattr = ext4_listxattr,
126 .listxattr = ext4_listxattr,
133 .listxattr = ext4_listxattr,
/kernel/linux/linux-5.10/fs/jffs2/
H A Dsymlink.c18 .listxattr = jffs2_listxattr,
/kernel/linux/linux-6.6/fs/jffs2/
H A Dsymlink.c18 .listxattr = jffs2_listxattr,
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs42xattr.c25 * 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 Dnfs42xattr.c25 * 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 Dinode.c352 .listxattr = sharefs_listxattr,
359 .listxattr = sharefs_listxattr,
373 .listxattr = sharefs_listxattr,
/kernel/linux/linux-6.6/fs/sharefs/
H A Dinode.c352 .listxattr = sharefs_listxattr,
359 .listxattr = sharefs_listxattr,
373 .listxattr = sharefs_listxattr,
/kernel/linux/linux-5.10/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()
768 error = listxattr(f.file->f_path.dentry, list, size); in SYSCALL_DEFINE3()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dsymlink.c93 .listxattr = ocfs2_listxattr,
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dsymlink.c92 .listxattr = ocfs2_listxattr,
/kernel/linux/linux-5.10/fs/squashfs/
H A Dsymlink.c109 .listxattr = squashfs_listxattr
/kernel/linux/linux-6.6/fs/squashfs/
H A Dsymlink.c110 .listxattr = squashfs_listxattr
/kernel/linux/linux-5.10/fs/erofs/
H A Dinode.c359 .listxattr = erofs_listxattr,
366 .listxattr = erofs_listxattr,
373 .listxattr = erofs_listxattr,
/kernel/linux/linux-6.6/fs/erofs/
H A Dinode.c378 .listxattr = erofs_listxattr,
386 .listxattr = erofs_listxattr,
393 .listxattr = erofs_listxattr,

Completed in 11 milliseconds

123456