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

/linux-master/fs/fuse/
H A Dinode.c411 static int fuse_inode_eq(struct inode *inode, void *_nodeidp) argument
413 u64 nodeid = *(u64 *) _nodeidp;
420 static int fuse_inode_set(struct inode *inode, void *_nodeidp) argument
422 u64 nodeid = *(u64 *) _nodeidp;

Completed in 129 milliseconds