Home
last modified time | relevance | path

Searched refs:setxattr (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v5.4/fs/orangefs/
Dxattr.c355 new_op->upcall.req.setxattr.refn = orangefs_inode->refn; in orangefs_inode_setxattr()
356 new_op->upcall.req.setxattr.flags = internal_flag; in orangefs_inode_setxattr()
362 strcpy(new_op->upcall.req.setxattr.keyval.key, name); in orangefs_inode_setxattr()
363 new_op->upcall.req.setxattr.keyval.key_sz = strlen(name) + 1; in orangefs_inode_setxattr()
364 memcpy(new_op->upcall.req.setxattr.keyval.val, value, size); in orangefs_inode_setxattr()
365 new_op->upcall.req.setxattr.keyval.val_sz = size; in orangefs_inode_setxattr()
370 (char *)new_op->upcall.req.setxattr.keyval.key, in orangefs_inode_setxattr()
371 (int)new_op->upcall.req.setxattr.keyval.key_sz, in orangefs_inode_setxattr()
Dupcall.h248 struct orangefs_setxattr_request_s setxattr; member
Dorangefs-utils.c66 fsid = op->upcall.req.setxattr.refn.fs_id; in fsid_of_op()
/Linux-v5.4/tools/perf/trace/strace/groups/
Dstring54 setxattr
/Linux-v5.4/fs/
Dxattr.c414 setxattr(struct dentry *d, const char __user *name, const void __user *value, in setxattr() function
470 error = setxattr(path.dentry, name, value, size, flags); in path_setxattr()
481 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
506 error = setxattr(f.file->f_path.dentry, name, value, size, flags); in SYSCALL_DEFINE5()
/Linux-v5.4/include/linux/ceph/
Dceph_fs.h426 } __attribute__ ((packed)) setxattr; member
/Linux-v5.4/arch/mips/kernel/syscalls/
Dsyscall_n32.tbl191 180 n32 setxattr sys_setxattr
Dsyscall_n64.tbl191 180 n64 setxattr sys_setxattr
Dsyscall_o32.tbl238 224 o32 setxattr sys_setxattr
/Linux-v5.4/arch/ia64/kernel/syscalls/
Dsyscall.tbl205 193 common setxattr sys_setxattr
/Linux-v5.4/arch/xtensa/kernel/syscalls/
Dsyscall.tbl79 68 common setxattr sys_setxattr
/Linux-v5.4/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl199 188 common setxattr __x64_sys_setxattr
/Linux-v5.4/arch/x86/entry/syscalls/
Dsyscall_64.tbl199 188 common setxattr __x64_sys_setxattr
/Linux-v5.4/arch/m68k/kernel/syscalls/
Dsyscall.tbl233 223 common setxattr sys_setxattr
/Linux-v5.4/arch/sh/kernel/syscalls/
Dsyscall.tbl236 226 common setxattr sys_setxattr
/Linux-v5.4/arch/sparc/kernel/syscalls/
Dsyscall.tbl206 169 common setxattr sys_setxattr
/Linux-v5.4/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl235 224 common setxattr sys_setxattr compat_sys_setxattr
/Linux-v5.4/arch/parisc/kernel/syscalls/
Dsyscall.tbl267 238 common setxattr sys_setxattr
/Linux-v5.4/arch/arm/tools/
Dsyscall.tbl243 226 common setxattr sys_setxattr
/Linux-v5.4/arch/microblaze/kernel/syscalls/
Dsyscall.tbl236 226 common setxattr sys_setxattr
/Linux-v5.4/arch/s390/kernel/syscalls/
Dsyscall.tbl235 224 common setxattr sys_setxattr sys_setxattr
/Linux-v5.4/arch/alpha/kernel/syscalls/
Dsyscall.tbl315 382 common setxattr sys_setxattr
/Linux-v5.4/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl263 209 common setxattr sys_setxattr
/Linux-v5.4/arch/powerpc/kernel/syscalls/
Dsyscall.tbl263 209 common setxattr sys_setxattr
/Linux-v5.4/Documentation/filesystems/caching/
Dobject.txt136 synchronous, journalled disk accesses (lookup, mkdir, create, setxattr,

12