Home
last modified time | relevance | path

Searched refs:listxattr (Results 1 – 25 of 60) sorted by relevance

123

/fs/orangefs/
Dxattr.c434 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.lengths[i]); in orangefs_listxattr()
477 if (total + new_op->downcall.resp.listxattr.lengths[i] > size) in orangefs_listxattr()
485 if (is_reserved_key(new_op->downcall.resp.listxattr.key + in orangefs_listxattr()
[all …]
Dsymlink.c16 .listxattr = orangefs_listxattr,
Ddowncall.h117 struct orangefs_listxattr_response listxattr; member
Dupcall.h249 struct orangefs_listxattr_request_s listxattr; member
/fs/ext4/
Dsymlink.c59 .listxattr = ext4_listxattr,
66 .listxattr = ext4_listxattr,
73 .listxattr = ext4_listxattr,
/fs/jfs/
Dsymlink.c14 .listxattr = jfs_listxattr,
20 .listxattr = jfs_listxattr,
Dfile.c130 .listxattr = jfs_listxattr,
/fs/ext2/
Dsymlink.c29 .listxattr = ext2_listxattr,
38 .listxattr = ext2_listxattr,
Dnamei.c417 .listxattr = ext2_listxattr,
428 .listxattr = ext2_listxattr,
Dfile.c200 .listxattr = ext2_listxattr,
/fs/erofs/
Dinode.c315 .listxattr = erofs_listxattr,
324 .listxattr = erofs_listxattr,
333 .listxattr = erofs_listxattr,
/fs/
Dxattr.c355 if (inode->i_op->listxattr && (inode->i_opflags & IOP_XATTR)) { in vfs_listxattr()
356 error = inode->i_op->listxattr(dentry, list, size); in vfs_listxattr()
605 listxattr(struct dentry *d, char __user *list, size_t size) in listxattr() function
642 error = listxattr(path.dentry, list, size); in path_listxattr()
651 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
671 error = listxattr(f.file->f_path.dentry, list, size); in SYSCALL_DEFINE3()
Dbad_inode.c169 .listxattr = bad_inode_listxattr,
/fs/jffs2/
Dsymlink.c18 .listxattr = jffs2_listxattr,
/fs/ocfs2/
Dsymlink.c93 .listxattr = ocfs2_listxattr,
/fs/xfs/
Dxfs_iops.c1138 .listxattr = xfs_vn_listxattr,
1163 .listxattr = xfs_vn_listxattr,
1188 .listxattr = xfs_vn_listxattr,
1197 .listxattr = xfs_vn_listxattr,
1205 .listxattr = xfs_vn_listxattr,
/fs/ecryptfs/
Dinode.c1066 if (!d_inode(lower_dentry)->i_op->listxattr) { in ecryptfs_listxattr()
1071 rc = d_inode(lower_dentry)->i_op->listxattr(lower_dentry, list, size); in ecryptfs_listxattr()
1102 .listxattr = ecryptfs_listxattr,
1117 .listxattr = ecryptfs_listxattr,
1124 .listxattr = ecryptfs_listxattr,
/fs/squashfs/
Dsymlink.c109 .listxattr = squashfs_listxattr
Dnamei.c237 .listxattr = squashfs_listxattr
/fs/overlayfs/
Dinode.c489 .listxattr = ovl_listxattr,
499 .listxattr = ovl_listxattr,
507 .listxattr = ovl_listxattr,
/fs/kernfs/
Dsymlink.c148 .listxattr = kernfs_iop_listxattr,
/fs/f2fs/
Dnamei.c1257 .listxattr = f2fs_listxattr,
1277 .listxattr = f2fs_listxattr,
1287 .listxattr = f2fs_listxattr,
1297 .listxattr = f2fs_listxattr,
/fs/9p/
Dvfs_inode_dotl.c959 .listxattr = v9fs_listxattr,
966 .listxattr = v9fs_listxattr,
974 .listxattr = v9fs_listxattr,
/fs/afs/
Dmntpt.c35 .listxattr = afs_listxattr,
/fs/reiserfs/
Dfile.c263 .listxattr = reiserfs_listxattr,

123