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

123

/linux-master/fs/jffs2/
H A Dsymlink.c18 .listxattr = jffs2_listxattr,
H A Dfile.c70 .listxattr = jffs2_listxattr,
/linux-master/fs/jfs/
H A Dsymlink.c14 .listxattr = jfs_listxattr,
20 .listxattr = jfs_listxattr,
H A Dfile.c131 .listxattr = jfs_listxattr,
/linux-master/fs/ext2/
H A Dsymlink.c28 .listxattr = ext2_listxattr,
35 .listxattr = ext2_listxattr,
H A Dnamei.c416 .listxattr = ext2_listxattr,
427 .listxattr = ext2_listxattr,
/linux-master/fs/orangefs/
H A Dsymlink.c16 .listxattr = orangefs_listxattr,
H A Dxattr.c26 * of a listxattr.
28 * a listxattr.
434 new_op->upcall.req.listxattr.refn = orangefs_inode->refn;
435 new_op->upcall.req.listxattr.token = token;
436 new_op->upcall.req.listxattr.requested_count =
449 total = new_op->downcall.resp.listxattr.returned_count *
454 returned_count = new_op->downcall.resp.listxattr.returned_count;
468 if (new_op->downcall.resp.listxattr.lengths[i] < 0 ||
469 new_op->downcall.resp.listxattr.lengths[i] >
473 new_op->downcall.resp.listxattr
[all...]
H A Ddowncall.h65 /* the listxattr response is an array of attribute names */
117 struct orangefs_listxattr_response listxattr; member in union:orangefs_downcall_s::__anon10422
H A Dupcall.h249 struct orangefs_listxattr_request_s listxattr; member in union:orangefs_upcall_s::__anon10429
/linux-master/fs/ext4/
H A Dsymlink.c121 .listxattr = ext4_listxattr,
128 .listxattr = ext4_listxattr,
135 .listxattr = ext4_listxattr,
/linux-master/fs/ocfs2/
H A Dsymlink.c92 .listxattr = ocfs2_listxattr,
/linux-master/fs/squashfs/
H A Dsymlink.c107 .listxattr = squashfs_listxattr
H A Dnamei.c231 .listxattr = squashfs_listxattr
/linux-master/fs/nfs/
H A Dnfs42xattr.c25 * to a special-cased entry for the listxattr cache.
76 struct nfs4_xattr_entry *listxattr; member in struct:nfs4_xattr_cache
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;
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;
324 cache->listxattr
[all...]
/linux-master/fs/erofs/
H A Dinode.c351 .listxattr = erofs_listxattr,
359 .listxattr = erofs_listxattr,
366 .listxattr = erofs_listxattr,
H A Dnamei.c221 .listxattr = erofs_listxattr,
/linux-master/fs/kernfs/
H A Dsymlink.c148 .listxattr = kernfs_iop_listxattr,
/linux-master/fs/
H A Dbad_inode.c177 .listxattr = bad_inode_listxattr,
H A Dxattr.c477 * ->listxattr() operation.
492 if (inode->i_op->listxattr) {
493 error = inode->i_op->listxattr(dentry, list, size);
827 listxattr(struct dentry *d, char __user *list, size_t size) function
864 error = listxattr(path.dentry, list, size);
873 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list,
893 error = listxattr(f.file->f_path.dentry, list, size);
1299 * Note, the number of xattr names that can be listed with listxattr(2) is
/linux-master/fs/ecryptfs/
H A Dinode.c1096 if (!d_inode(lower_dentry)->i_op->listxattr) {
1101 rc = d_inode(lower_dentry)->i_op->listxattr(lower_dentry, list, size);
1171 .listxattr = ecryptfs_listxattr,
1186 .listxattr = ecryptfs_listxattr,
1197 .listxattr = ecryptfs_listxattr,
/linux-master/fs/xfs/
H A DMakefile172 listxattr.o \
H A Dxfs_iops.c1135 .listxattr = xfs_vn_listxattr,
1162 .listxattr = xfs_vn_listxattr,
1189 .listxattr = xfs_vn_listxattr,
1200 .listxattr = xfs_vn_listxattr,
/linux-master/fs/ntfs3/
H A Dnamei.c510 .listxattr = ntfs_listxattr,
517 .listxattr = ntfs_listxattr,
/linux-master/fs/reiserfs/
H A Dfile.c257 .listxattr = reiserfs_listxattr,

Completed in 246 milliseconds

123