Lines Matching defs:device
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)
126 * Compare two nodes by first trying to match on the node's device
138 /* first match device id */
142 /* device id match, now check inode */
156 * Build a height balanced tree of nodes consisting of a device id and
161 add_tnode(avl_tree_t **stree, dev_t device, ino_t inode)
185 tnode->node_dev = device;