Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 3 of 3) sorted by relevance

/sys/fs/o2fs/
Do2fs.c434 BDirEntry *dir; in O2FS_Lookup() local
440 dir = (BDirEntry *)entry->buffer; in O2FS_Lookup()
442 if (strcmp((char *)dir[e].magic, BDIR_MAGIC) == 0) { in O2FS_Lookup()
443 O2FSDumpDirEntry(&dir[e]); in O2FS_Lookup()
445 if (strcmp((char *)dir[e].name, name) == 0) { in O2FS_Lookup()
446 *fn = O2FSLoadVNode(vfs, &dir[e].objId); in O2FS_Lookup()
/lib/libc/
DSConscript13 "dir.c",
/lib/liblwip/src/netif/ppp/
Dppp_oe.c1084 pppoe_ifattach_hook(void *arg, struct pbuf **mp, struct netif *ifp, int dir)