Home | History | Annotate | Download | only in nilfs

Lines Matching refs:LOOKUP

399 	 * asynchronously from the nilfs device. Note that this lookup may
627 DPRINTF(LOOKUP, ("nilfs_lookup called\n"));
639 DPRINTF(LOOKUP, ("\taccess ok\n"));
643 * filingsystem, reject lookup; XXX why is this repeated in every FS ?
648 DPRINTF(LOOKUP, ("\tlooking up cnp->cn_nameptr '%s'\n",
656 DPRINTF(LOOKUP, ("\tNOT found in cache\n"));
666 DPRINTF(LOOKUP, ("\tlookup '.'\n"));
673 DPRINTF(LOOKUP, ("\tlookup '..'\n"));
686 DPRINTF(LOOKUP, ("\tfound '..'\n"));
691 DPRINTF(LOOKUP,
696 DPRINTF(LOOKUP, ("\tlookup file\n"));
698 /* lookup filename in the directory returning its inode */
706 DPRINTF(LOOKUP, ("\tNOT found\n"));
756 DPRINTFIF(LOOKUP, error, ("nilfs_lookup returning error %d\n", error));
1535 { &vop_lookup_desc, nilfs_lookup }, /* lookup */