Searched refs:listxattr (Results 1 – 25 of 69) sorted by relevance
123
| /linux/fs/orangefs/ |
| H A D | xattr.c | 436 new_op->upcall.req.listxattr.refn = orangefs_inode->refn; in orangefs_listxattr() 437 new_op->upcall.req.listxattr.token = token; in orangefs_listxattr() 438 new_op->upcall.req.listxattr.requested_count = in orangefs_listxattr() 451 total = new_op->downcall.resp.listxattr.returned_count * in orangefs_listxattr() 456 returned_count = new_op->downcall.resp.listxattr.returned_count; in orangefs_listxattr() 470 if (new_op->downcall.resp.listxattr.lengths[i] < 0 || in orangefs_listxattr() 471 new_op->downcall.resp.listxattr.lengths[i] > in orangefs_listxattr() 475 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr() 479 if (total + new_op->downcall.resp.listxattr.lengths[i] > size) in orangefs_listxattr() 487 if (is_reserved_key(new_op->downcall.resp.listxattr.key + in orangefs_listxattr() [all …]
|
| H A D | symlink.c | 16 .listxattr = orangefs_listxattr,
|
| H A D | downcall.h | 117 struct orangefs_listxattr_response listxattr; member
|
| H A D | upcall.h | 249 struct orangefs_listxattr_request_s listxattr; member
|
| H A D | namei.c | 429 .listxattr = orangefs_listxattr,
|
| /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 | 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/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/erofs/ |
| H A D | inode.c | 378 .listxattr = erofs_listxattr, 386 .listxattr = erofs_listxattr, 393 .listxattr = erofs_listxattr,
|
| H A D | namei.c | 221 .listxattr = erofs_listxattr,
|
| /linux/fs/xfs/ |
| H A D | xfs_iops.c | 1269 .listxattr = xfs_vn_listxattr, 1296 .listxattr = xfs_vn_listxattr, 1323 .listxattr = xfs_vn_listxattr, 1334 .listxattr = xfs_vn_listxattr,
|
| H A D | Makefile | 184 listxattr.o \
|
| /linux/fs/9p/ |
| H A D | vfs_inode_dotl.c | 928 .listxattr = v9fs_listxattr, 937 .listxattr = v9fs_listxattr, 947 .listxattr = v9fs_listxattr,
|
| /linux/fs/f2fs/ |
| H A D | namei.c | 1340 .listxattr = f2fs_listxattr, 1358 .listxattr = f2fs_listxattr, 1368 .listxattr = f2fs_listxattr, 1376 .listxattr = f2fs_listxattr,
|
| /linux/fs/overlayfs/ |
| H A D | inode.c | 730 .listxattr = ovl_listxattr, 744 .listxattr = ovl_listxattr, 752 .listxattr = ovl_listxattr,
|
| H A D | copy_up.c | 83 if (!old->d_inode->i_op->listxattr || !new->d_inode->i_op->listxattr) in ovl_copy_xattr()
|
| /linux/fs/kernfs/ |
| H A D | inode.c | 24 .listxattr = kernfs_iop_listxattr,
|
| /linux/fs/squashfs/ |
| H A D | inode.c | 454 .listxattr = squashfs_listxattr
|
| /linux/fs/nfs/ |
| H A D | nfs3proc.c | 1052 .listxattr = nfs3_listxattr, 1063 .listxattr = nfs3_listxattr,
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1210 .listxattr = cifs_listxattr, 1219 .listxattr = cifs_listxattr, 1256 .listxattr = cifs_listxattr,
|
123