Home
last modified time | relevance | path

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

/fs/orangefs/
Dxattr.c152 new_op->upcall.req.getxattr.refn = orangefs_inode->refn; in orangefs_inode_getxattr()
153 strcpy(new_op->upcall.req.getxattr.key, name); in orangefs_inode_getxattr()
160 new_op->upcall.req.getxattr.key_sz = strlen(name) + 1; in orangefs_inode_getxattr()
171 (char *)new_op->upcall.req.getxattr.key); in orangefs_inode_getxattr()
188 length = new_op->downcall.resp.getxattr.val_sz; in orangefs_inode_getxattr()
206 memcpy(buffer, new_op->downcall.resp.getxattr.val, length); in orangefs_inode_getxattr()
213 upcall.req.getxattr.key, in orangefs_inode_getxattr()
215 upcall.req.getxattr.key_sz, in orangefs_inode_getxattr()
Ddowncall.h116 struct orangefs_getxattr_response getxattr; member
Dupcall.h247 struct orangefs_getxattr_request_s getxattr; member
Dorangefs-utils.c63 fsid = op->upcall.req.getxattr.refn.fs_id; in fsid_of_op()
/fs/
Dxattr.c517 getxattr(struct dentry *d, const char __user *name, void __user *value, in getxattr() function
566 error = getxattr(path.dentry, name, value, size); in path_getxattr()
575 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
596 error = getxattr(f.file->f_path.dentry, name, value, size); in SYSCALL_DEFINE4()