/linux/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
|
H A D | upcall.h | 249 struct orangefs_listxattr_request_s listxattr; member
|
/linux/fs/jfs/ |
H A D | symlink.c | 14 .listxattr = jfs_listxattr, 20 .listxattr = jfs_listxattr,
|
H A D | file.c | 134 .listxattr = jfs_listxattr,
|
/linux/fs/ext2/ |
H A D | symlink.c | 28 .listxattr = ext2_listxattr, 35 .listxattr = ext2_listxattr,
|
H A D | namei.c | 417 .listxattr = ext2_listxattr, 428 .listxattr = ext2_listxattr,
|
H A D | file.c | 331 .listxattr = ext2_listxattr,
|
/linux/fs/ext4/ |
H A D | symlink.c | 121 .listxattr = ext4_listxattr, 128 .listxattr = ext4_listxattr, 135 .listxattr = ext4_listxattr,
|
/linux/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...] |
/linux/fs/jffs2/ |
H A D | symlink.c | 18 .listxattr = jffs2_listxattr,
|
H A D | file.c | 72 .listxattr = jffs2_listxattr,
|
/linux/tools/perf/trace/strace/groups/ |
H A D | string | 26 listxattr
|
/linux/fs/ocfs2/ |
H A D | symlink.c | 88 .listxattr = ocfs2_listxattr,
|
/linux/fs/ |
H A D | xattr.c | 477 * ->listxattr() operation. 492 if (inode->i_op->listxattr) { in vfs_listxattr() 493 error = inode->i_op->listxattr(dentry, list, size); in vfs_listxattr() 911 listxattr(struct dentry *d, char __user *list, size_t size) in listxattr() function 943 return listxattr(f->f_path.dentry, list, size); in file_listxattr() 958 error = listxattr(path.dentry, list, size); in filename_listxattr() 998 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument 1451 * Note, the number of xattr names that can be listed with listxattr(2) is
|
/linux/fs/ecryptfs/ |
H A D | inode.c | 1096 if (!d_inode(lower_dentry)->i_op->listxattr) { in ecryptfs_listxattr() 1101 rc = d_inode(lower_dentry)->i_op->listxattr(lower_dentry, list, size); in ecryptfs_listxattr() 1171 .listxattr = ecryptfs_listxattr, 1186 .listxattr = ecryptfs_listxattr, 1197 .listxattr = ecryptfs_listxattr,
|
/linux/fs/kernfs/ |
H A D | symlink.c | 150 .listxattr = kernfs_iop_listxattr,
|
/linux/fs/squashfs/ |
H A D | namei.c | 231 .listxattr = squashfs_listxattr
|
/linux/fs/ntfs3/ |
H A D | namei.c | 520 .listxattr = ntfs_listxattr, 527 .listxattr = ntfs_listxattr,
|
/linux/fs/xfs/ |
H A D | xfs_iops.c | 1271 .listxattr = xfs_vn_listxattr, 1298 .listxattr = xfs_vn_listxattr, 1325 .listxattr = xfs_vn_listxattr, 1336 .listxattr = xfs_vn_listxattr,
|
H A D | Makefile | 184 listxattr.o \
|
/linux/fs/f2fs/ |
H A D | namei.c | 1331 .listxattr = f2fs_listxattr, 1349 .listxattr = f2fs_listxattr, 1359 .listxattr = f2fs_listxattr, 1367 .listxattr = f2fs_listxattr,
|
/linux/fs/erofs/ |
H A D | namei.c | 221 .listxattr = erofs_listxattr,
|
/linux/fs/overlayfs/ |
H A D | inode.c | 747 .listxattr = ovl_listxattr, 761 .listxattr = ovl_listxattr, 769 .listxattr = ovl_listxattr,
|