Lines Matching defs:inode
85 * a device id and inode number provided by the calling application.
97 * allocating memory and setting the nodes device id and inode number
105 * dev_t device (device id of the inode to be stored)
106 * ino_t inode (inode number of inode to be stored)
128 * id, then on the inode number. Return -1 when p1 < p2,
143 /* device id match, now check inode */
158 * an inode number. Duplicate nodes are not stored. Return 1 if
162 add_tnode(avl_tree_t **stree, dev_t device, ino_t inode)
187 tnode->node_ino = inode;