Home
last modified time | relevance | path

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

123

/linux/fs/orangefs/
H A Dxattr.c436 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 Dsymlink.c16 .listxattr = orangefs_listxattr,
H A Ddowncall.h117 struct orangefs_listxattr_response listxattr; member
H A Dupcall.h249 struct orangefs_listxattr_request_s listxattr; member
H A Dnamei.c429 .listxattr = orangefs_listxattr,
H A Dorangefs-utils.c69 fsid = op->upcall.req.listxattr.refn.fs_id; in fsid_of_op()
/linux/fs/jfs/
H A Dsymlink.c14 .listxattr = jfs_listxattr,
20 .listxattr = jfs_listxattr,
/linux/fs/ext4/
H A Dsymlink.c121 .listxattr = ext4_listxattr,
128 .listxattr = ext4_listxattr,
135 .listxattr = ext4_listxattr,
/linux/fs/ext2/
H A Dsymlink.c28 .listxattr = ext2_listxattr,
35 .listxattr = ext2_listxattr,
/linux/fs/jffs2/
H A Dsymlink.c18 .listxattr = jffs2_listxattr,
/linux/tools/perf/trace/strace/groups/
H A Dstring26 listxattr
/linux/fs/erofs/
H A Dinode.c381 .listxattr = erofs_listxattr,
389 .listxattr = erofs_listxattr,
396 .listxattr = erofs_listxattr,
H A Dnamei.c221 .listxattr = erofs_listxattr,
/linux/fs/ecryptfs/
H A Dinode.c1074 if (!d_inode(lower_dentry)->i_op->listxattr) { in ecryptfs_listxattr()
1079 rc = d_inode(lower_dentry)->i_op->listxattr(lower_dentry, list, size); in ecryptfs_listxattr()
1149 .listxattr = ecryptfs_listxattr,
1164 .listxattr = ecryptfs_listxattr,
1175 .listxattr = ecryptfs_listxattr,
/linux/fs/9p/
H A Dvfs_inode_dotl.c928 .listxattr = v9fs_listxattr,
937 .listxattr = v9fs_listxattr,
947 .listxattr = v9fs_listxattr,
/linux/fs/kernfs/
H A Dinode.c24 .listxattr = kernfs_iop_listxattr,
/linux/fs/squashfs/
H A Dinode.c454 .listxattr = squashfs_listxattr
/linux/fs/overlayfs/
H A Dcopy_up.c83 if (!old->d_inode->i_op->listxattr || !new->d_inode->i_op->listxattr) in ovl_copy_xattr()
/linux/fs/nfs/
H A Dnfs3proc.c1056 .listxattr = nfs3_listxattr,
1067 .listxattr = nfs3_listxattr,
/linux/fs/smb/client/
H A Dcifsfs.c1213 .listxattr = cifs_listxattr,
1222 .listxattr = cifs_listxattr,
1259 .listxattr = cifs_listxattr,
/linux/fs/ubifs/
H A Dfile.c1639 .listxattr = ubifs_listxattr,
1649 .listxattr = ubifs_listxattr,
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl197 186 n64 listxattr sys_listxattr
/linux/scripts/
H A Dsyscall.tbl23 11 common listxattr sys_listxattr
/linux/fs/hfsplus/
H A Ddir.c620 .listxattr = hfsplus_listxattr,
/linux/tools/scripts/
H A Dsyscall.tbl23 11 common listxattr sys_listxattr

123