Searched refs:setxattr (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/orangefs/
H A Dxattr.c345 "setxattr on inode %pU, name %s\n",
355 new_op->upcall.req.setxattr.refn = orangefs_inode->refn;
356 new_op->upcall.req.setxattr.flags = internal_flag;
362 strcpy(new_op->upcall.req.setxattr.keyval.key, name);
363 new_op->upcall.req.setxattr.keyval.key_sz = strlen(name) + 1;
364 memcpy(new_op->upcall.req.setxattr.keyval.val, value, size);
365 new_op->upcall.req.setxattr.keyval.val_sz = size;
370 (char *)new_op->upcall.req.setxattr.keyval.key,
371 (int)new_op->upcall.req.setxattr.keyval.key_sz,
481 * Since many dumb programs try to setxattr() o
[all...]
H A Dupcall.h248 struct orangefs_setxattr_request_s setxattr; member in union:orangefs_upcall_s::__anon10429
H A Dorangefs-utils.c66 fsid = op->upcall.req.setxattr.refn.fs_id;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfs_kfuncs.c27 err = setxattr(testfile, "user.kfuncs", "hello", sizeof("hello"), 0);
36 if (!ASSERT_OK(err, "setxattr"))
H A Dverify_pkcs7_sig.c439 ret = setxattr(data_path, "user.sig", sig, size, 0);
440 if (!ASSERT_OK(ret, "setxattr"))
/linux-master/fs/
H A Dxattr.c206 * __vfs_setxattr_noperm - perform setxattr operation without performing
210 * @dentry: object to perform setxattr on
216 * returns the result of the internal setxattr or setsecurity operations.
266 * @dentry: object to perform setxattr on
528 * @dentry: object to perform setxattr on
634 setxattr(struct mnt_idmap *idmap, struct dentry *d, function
671 error = setxattr(mnt_idmap(path.mnt), path.dentry, name,
683 SYSCALL_DEFINE5(setxattr, const char __user *, pathname,
708 error = setxattr(file_mnt_idmap(f.file),
/linux-master/fs/nfsd/
H A Dnfs4xdr.c2234 struct nfsd4_setxattr *setxattr = &u->setxattr; local
2238 memset(setxattr, 0, sizeof(*setxattr));
2245 setxattr->setxa_flags = flags;
2247 status = nfsd4_decode_xattr_name(argp, &setxattr->setxa_name);
2259 setxattr->setxa_len = size;
2266 &setxattr->setxa_buf, size);
5377 struct nfsd4_setxattr *setxattr = &u->setxattr; local
[all...]
H A Dnfs4proc.c2440 struct nfsd4_setxattr *setxattr = &u->setxattr; local
2446 ret = nfsd_setxattr(rqstp, &cstate->current_fh, setxattr->setxa_name,
2447 setxattr->setxa_buf, setxattr->setxa_len,
2448 setxattr->setxa_flags);
2451 set_change_info(&setxattr->setxa_cinfo, &cstate->current_fh);
H A Dxdr4.h816 struct nfsd4_setxattr setxattr; member in union:nfsd4_op::nfsd4_op_u
/linux-master/include/linux/ceph/
H A Dceph_fs.h382 * Ceph setxattr request flags.
453 } __attribute__ ((packed)) setxattr; member in union:ceph_mds_request_args
/linux-master/fs/ceph/
H A Dxattr.c1154 req->r_args.setxattr.flags = cpu_to_le32(flags);
1155 req->r_args.setxattr.osdmap_epoch =

Completed in 185 milliseconds