Searched refs:khandle (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/fs/orangefs/ |
D | orangefs-kernel.h | 261 static inline ino_t orangefs_khandle_to_ino(struct orangefs_khandle *khandle) in orangefs_khandle_to_ino() argument 268 ihandle.u[0] = khandle->u[0] ^ khandle->u[4]; in orangefs_khandle_to_ino() 269 ihandle.u[1] = khandle->u[1] ^ khandle->u[5]; in orangefs_khandle_to_ino() 270 ihandle.u[2] = khandle->u[2] ^ khandle->u[6]; in orangefs_khandle_to_ino() 271 ihandle.u[3] = khandle->u[3] ^ khandle->u[7]; in orangefs_khandle_to_ino() 272 ihandle.u[4] = khandle->u[12] ^ khandle->u[8]; in orangefs_khandle_to_ino() 273 ihandle.u[5] = khandle->u[13] ^ khandle->u[9]; in orangefs_khandle_to_ino() 274 ihandle.u[6] = khandle->u[14] ^ khandle->u[10]; in orangefs_khandle_to_ino() 275 ihandle.u[7] = khandle->u[15] ^ khandle->u[11]; in orangefs_khandle_to_ino() 282 return &(ORANGEFS_I(inode)->refn.khandle); in get_khandle_from_ino()
|
D | super.c | 118 memset(&orangefs_inode->refn.khandle, 0, 16); in orangefs_alloc_inode() 336 ORANGEFS_khandle_from(&(refn.khandle), fid->raw, 16); in orangefs_fh_to_dentry() 340 &refn.khandle, in orangefs_fh_to_dentry() 363 ORANGEFS_khandle_to(&refn.khandle, fh, 16); in orangefs_encode_fh() 368 &refn.khandle, in orangefs_encode_fh() 374 ORANGEFS_khandle_to(&refn.khandle, (char *) fh + 20, 16); in orangefs_encode_fh() 380 &refn.khandle, in orangefs_encode_fh() 448 root_object.khandle = ORANGEFS_SB(sb)->root_khandle; in orangefs_fill_sb() 452 &root_object.khandle, in orangefs_fill_sb()
|
D | namei.c | 53 &new_op->downcall.resp.create.refn.khandle, in orangefs_create() 137 &parent->refn.khandle); in orangefs_lookup() 147 &new_op->upcall.req.lookup.parent_refn.khandle, in orangefs_lookup() 154 &new_op->downcall.resp.lookup.refn.khandle, in orangefs_lookup() 187 &parent->refn.khandle, in orangefs_unlink() 259 &new_op->downcall.resp.sym.refn.khandle, in orangefs_symlink() 334 &new_op->downcall.resp.mkdir.refn.khandle, in orangefs_mkdir()
|
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()
|
D | inode.c | 529 struct orangefs_khandle *handle = &orangefs_inode->refn.khandle; in orangefs_direct_IO() 728 &orangefs_inode->refn.khandle, in orangefs_setattr_size() 1016 return orangefs_khandle_to_ino(&(ref->khandle)); in orangefs_handle_hash() 1026 ORANGEFS_I(inode)->refn.khandle = ref->khandle; in orangefs_set_inode() 1044 return (!ORANGEFS_khandle_cmp(&(orangefs_inode->refn.khandle), in orangefs_test_inode() 1045 &(ref->khandle)) && in orangefs_test_inode() 1088 &ref->khandle, in orangefs_iget()
|
D | dcache.c | 58 if (!match_handle(new_op->downcall.resp.lookup.refn.khandle, in orangefs_revalidate_lookup()
|
D | file.c | 27 get_khandle_from_ino(inode), &orangefs_inode->refn.khandle, in flush_racache() 54 struct orangefs_khandle *handle = &orangefs_inode->refn.khandle; in wait_for_direct_io()
|
D | protocol.h | 26 struct orangefs_khandle khandle; member
|