Searched refs:khandle (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/orangefs/ |
| H A D | orangefs-kernel.h | 253 static inline ino_t orangefs_khandle_to_ino(struct orangefs_khandle *khandle) in orangefs_khandle_to_ino() argument 260 ihandle.u[0] = khandle->u[0] ^ khandle->u[4]; in orangefs_khandle_to_ino() 261 ihandle.u[1] = khandle->u[1] ^ khandle->u[5]; in orangefs_khandle_to_ino() 262 ihandle.u[2] = khandle->u[2] ^ khandle->u[6]; in orangefs_khandle_to_ino() 263 ihandle.u[3] = khandle->u[3] ^ khandle->u[7]; in orangefs_khandle_to_ino() 264 ihandle.u[4] = khandle->u[12] ^ khandle->u[8]; in orangefs_khandle_to_ino() 265 ihandle.u[5] = khandle->u[13] ^ khandle->u[9]; in orangefs_khandle_to_ino() 266 ihandle.u[6] = khandle->u[14] ^ khandle->u[10]; in orangefs_khandle_to_ino() 267 ihandle.u[7] = khandle->u[15] ^ khandle->u[11]; in orangefs_khandle_to_ino() 274 return &(ORANGEFS_I(inode)->refn.khandle); in get_khandle_from_ino()
|
| H A D | super.c | 97 memset(&orangefs_inode->refn.khandle, 0, 16); in orangefs_alloc_inode() 324 ORANGEFS_khandle_from(&(refn.khandle), fid->raw, 16); in orangefs_fh_to_dentry() 328 &refn.khandle, in orangefs_fh_to_dentry() 351 ORANGEFS_khandle_to(&refn.khandle, fh, 16); in orangefs_encode_fh() 356 &refn.khandle, in orangefs_encode_fh() 362 ORANGEFS_khandle_to(&refn.khandle, (char *) fh + 20, 16); in orangefs_encode_fh() 368 &refn.khandle, in orangefs_encode_fh() 429 root_object.khandle = ORANGEFS_SB(sb)->root_khandle; in orangefs_fill_sb() 433 &root_object.khandle, in orangefs_fill_sb()
|
| H A D | namei.c | 51 &new_op->downcall.resp.create.refn.khandle, in orangefs_create() 135 &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() 184 &parent->refn.khandle, in orangefs_unlink() 251 &new_op->downcall.resp.sym.refn.khandle, in orangefs_symlink() 324 &new_op->downcall.resp.mkdir.refn.khandle, in orangefs_mkdir()
|
| H A D | dir.c | 193 struct orangefs_khandle *khandle; in fill_from_part() local 220 if (part->len < i + padlen + sizeof *khandle) in fill_from_part() 225 khandle = (void *)part + offset + i + padlen; in fill_from_part() 227 orangefs_khandle_to_ino(khandle), in fill_from_part() 230 i += padlen + sizeof *khandle; in fill_from_part()
|
| H A D | inode.c | 493 struct orangefs_khandle *handle = &orangefs_inode->refn.khandle; in orangefs_direct_IO() 690 &orangefs_inode->refn.khandle, in orangefs_setattr_size() 994 return orangefs_khandle_to_ino(&(ref->khandle)); in orangefs_handle_hash() 1004 ORANGEFS_I(inode)->refn.khandle = ref->khandle; in orangefs_set_inode() 1022 return (!ORANGEFS_khandle_cmp(&(orangefs_inode->refn.khandle), in orangefs_test_inode() 1023 &(ref->khandle)) && in orangefs_test_inode() 1066 &ref->khandle, in orangefs_iget()
|
| H A D | dcache.c | 55 if (!match_handle(new_op->downcall.resp.lookup.refn.khandle, in orangefs_revalidate_lookup()
|
| H A D | file.c | 28 get_khandle_from_ino(inode), &orangefs_inode->refn.khandle, in flush_racache() 55 struct orangefs_khandle *handle = &orangefs_inode->refn.khandle; in wait_for_direct_io()
|
| H A D | protocol.h | 26 struct orangefs_khandle khandle; member
|