Searched refs:khandle (Results 1 – 9 of 9) sorted by relevance
/fs/orangefs/ |
D | orangefs-kernel.h | 319 static inline ino_t orangefs_khandle_to_ino(struct orangefs_khandle *khandle) in orangefs_khandle_to_ino() argument 326 ihandle.u[0] = khandle->u[0] ^ khandle->u[4]; in orangefs_khandle_to_ino() 327 ihandle.u[1] = khandle->u[1] ^ khandle->u[5]; in orangefs_khandle_to_ino() 328 ihandle.u[2] = khandle->u[2] ^ khandle->u[6]; in orangefs_khandle_to_ino() 329 ihandle.u[3] = khandle->u[3] ^ khandle->u[7]; in orangefs_khandle_to_ino() 330 ihandle.u[4] = khandle->u[12] ^ khandle->u[8]; in orangefs_khandle_to_ino() 331 ihandle.u[5] = khandle->u[13] ^ khandle->u[9]; in orangefs_khandle_to_ino() 332 ihandle.u[6] = khandle->u[14] ^ khandle->u[10]; in orangefs_khandle_to_ino() 333 ihandle.u[7] = khandle->u[15] ^ khandle->u[11]; in orangefs_khandle_to_ino() 340 return &(ORANGEFS_I(inode)->refn.khandle); in get_khandle_from_ino() [all …]
|
D | super.c | 106 memset(&orangefs_inode->refn.khandle, 0, 16); in orangefs_alloc_inode() 321 ORANGEFS_khandle_from(&(refn.khandle), fid->raw, 16); in orangefs_fh_to_dentry() 325 &refn.khandle, in orangefs_fh_to_dentry() 348 ORANGEFS_khandle_to(&refn.khandle, fh, 16); in orangefs_encode_fh() 353 &refn.khandle, in orangefs_encode_fh() 359 ORANGEFS_khandle_to(&refn.khandle, (char *) fh + 20, 16); in orangefs_encode_fh() 365 &refn.khandle, in orangefs_encode_fh() 414 root_object.khandle = ORANGEFS_SB(sb)->root_khandle; in orangefs_fill_sb() 418 &root_object.khandle, in orangefs_fill_sb()
|
D | inode.c | 164 &orangefs_inode->refn.khandle, in orangefs_setattr_size() 338 return orangefs_khandle_to_ino(&(ref->khandle)); in orangefs_handle_hash() 348 ORANGEFS_I(inode)->refn.khandle = ref->khandle; in orangefs_set_inode() 361 return (!ORANGEFS_khandle_cmp(&(orangefs_inode->refn.khandle), &(ref->khandle)) in orangefs_test_inode() 395 &ref->khandle, in orangefs_iget()
|
D | namei.c | 49 &new_op->downcall.resp.create.refn.khandle, in orangefs_create() 134 &parent->refn.khandle); in orangefs_lookup() 144 &new_op->upcall.req.lookup.parent_refn.khandle, in orangefs_lookup() 151 &new_op->downcall.resp.lookup.refn.khandle, in orangefs_lookup() 230 &parent->refn.khandle, in orangefs_unlink() 298 &new_op->downcall.resp.sym.refn.khandle, in orangefs_symlink() 363 &new_op->downcall.resp.mkdir.refn.khandle, in orangefs_mkdir()
|
D | file.c | 25 get_khandle_from_ino(inode), &orangefs_inode->refn.khandle, in flush_racache() 115 struct orangefs_khandle *handle = &orangefs_inode->refn.khandle; in wait_for_direct_io() 305 struct orangefs_khandle *handle = &orangefs_inode->refn.khandle; in do_readv_writev() 428 &orangefs_inode->refn.khandle, in orangefs_inode_read() 440 &orangefs_inode->refn.khandle, in orangefs_inode_read()
|
D | dir.c | 123 readdir->dirent_array[i].khandle = in decode_dirents() 201 &new_op->upcall.req.readdir.refn.khandle); in orangefs_readdir() 315 &readdir_response.dirent_array[i].khandle); in orangefs_readdir()
|
D | downcall.h | 50 struct orangefs_khandle khandle; member
|
D | dcache.c | 55 if (!match_handle(new_op->downcall.resp.lookup.refn.khandle, in orangefs_revalidate_lookup()
|
D | protocol.h | 30 struct orangefs_khandle khandle; member
|