Searched refs:NANDFS_ROOT_INO (Results 1 – 6 of 6) sorted by relevance
| /trueos/lib/libstand/ |
| HD | nandfs.c | 651 node = nandfs_lookup_node(fs, NANDFS_ROOT_INO); in nandfs_lookup_path() 652 inode = NANDFS_ROOT_INO; in nandfs_lookup_path() 756 inode = (orig[0] == '/') ? NANDFS_ROOT_INO : pinode; in nandfs_lookup_path()
|
| /trueos/sys/fs/nandfs/ |
| HD | nandfs_fs.h | 45 #define NANDFS_ROOT_INO 2 /* Root file inode */ macro
|
| HD | nandfs_subr.c | 711 if ((ino < NANDFS_ATIME_INO) && (ino != NANDFS_ROOT_INO)) { in nandfs_get_node()
|
| HD | nandfs_vnops.c | 1471 rootino = NANDFS_ROOT_INO; in nandfs_checkpath() 2443 if (ino == NANDFS_ROOT_INO) in nandfs_vinit()
|
| HD | nandfs_vfsops.c | 1537 error = nandfs_get_node(nmp, NANDFS_ROOT_INO, &node); in nandfs_root()
|
| /trueos/sbin/newfs_nandfs/ |
| HD | newfs_nandfs.c | 84 { NANDFS_ROOT_INO, NULL, S_IFDIR | 0755, 0, 1, NULL, NULL },
|