Lines Matching defs:inode
84 * a device id and inode number provided by the calling application.
96 * allocating memory and setting the nodes device id and inode number
104 * dev_t device (device id of the inode to be stored)
105 * ino_t inode (inode number of inode to be stored)
127 * id, then on the inode number. Return -1 when p1 < p2,
142 /* device id match, now check inode */
157 * an inode number. Duplicate nodes are not stored. Return 1 if
161 add_tnode(avl_tree_t **stree, dev_t device, ino_t inode)
186 tnode->node_ino = inode;