Home
last modified time | relevance | path

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

/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()
/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()
/fs/ceph/
Dxattr.c989 req->r_args.setxattr.flags = cpu_to_le32(flags); in ceph_sync_setxattr()