Searched refs:ROOTINO (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-9.3-release/sbin/fsck_ffs/
H A Dpass2.c70 switch (inoinfo(ROOTINO)->ino_state) {
78 if (allocdir(ROOTINO, ROOTINO, 0755) != ROOTINO)
85 freeino(ROOTINO);
86 if (allocdir(ROOTINO, ROOTINO, 0755) != ROOTINO)
101 freeino(ROOTINO);
102 if (allocdir(ROOTINO, ROOTIN
[all...]
H A Dpass3.c71 if (inp->i_number == ROOTINO ||
84 if (inp->i_dotdot >= ROOTINO)
H A Dpass1b.c76 if (inumber < ROOTINO)
H A Ddir.c262 if (ino < ROOTINO || ino > maxino) {
408 dp = ginode(ROOTINO);
412 idesc.id_number = ROOTINO;
418 lfdir = allocdir(ROOTINO, (ino_t)0, lfmode);
420 if (makeentry(ROOTINO, lfdir, lfname) != 0) {
425 freedir(lfdir, ROOTINO);
445 if ((lfdir = allocdir(ROOTINO, (ino_t)0, lfmode)) == 0) {
449 if ((changeino(ROOTINO, lfname, lfdir) & ALTERED) == 0) {
526 if (parent < ROOTINO || parent >= maxino ||
527 ino < ROOTINO || in
[all...]
H A Dpass4.c73 if (inumber < ROOTINO)
H A Dinode.c287 if (inumber < ROOTINO || inumber > maxino)
460 inp->i_parent = inumber == ROOTINO ? ROOTINO : (ino_t)0;
575 dirp->d_ino >= ROOTINO && dirp->d_ino <= maxino) {
604 if (ino < ROOTINO || ino > maxino)
662 request = ROOTINO;
H A Dpass5.c237 if (j < (int)ROOTINO)
244 for (i = 0; i < (int)ROOTINO; i++) {
H A Dfsutil.c828 if (curdir == ino && ino == ROOTINO) {
846 while (ino != ROOTINO) {
868 if (ino != ROOTINO)
H A Dmain.c488 files = maxino - ROOTINO - sblock.fs_cstotal.cs_nifree - n_files;
/freebsd-9.3-release/sys/ufs/ufs/
H A Ddinode.h77 #define ROOTINO ((ino_t)2) macro
83 * See the comments about ROOTINO above.
H A Dufs_vfsops.c77 error = VFS_VGET(mp, (ino_t)ROOTINO, flags, &nvp);
/freebsd-9.3-release/sbin/restore/
H A Dmain.c215 treescan(".", ROOTINO, nodeupdates);
226 treescan(".", ROOTINO, nodeupdates);
234 treescan(".", ROOTINO, verifyfile);
H A Dsymtab.c148 for (ep = lookupino(ROOTINO); ep != NULL; ep = ep->e_entries) {
200 if (ep == lookupino(ROOTINO))
235 if (inum != ROOTINO || lookupino(ROOTINO) != NULL)
240 addino(ROOTINO, np);
541 ep = addentry(".", ROOTINO, NODE);
H A Drestore.c174 for (i = ROOTINO + 1; i < maxino; i++) {
518 for (i = ROOTINO; i < maxino; i++) {
601 first = lowerbnd(ROOTINO);
679 first = lowerbnd(ROOTINO);
792 for (i = ROOTINO; i < maxino; i++) {
H A Ddirs.c275 * Lookup a pathname which is always assumed to start from the ROOTINO.
286 ino = ROOTINO;
635 if (node.ino == ROOTINO &&
H A Dutilities.c306 for ( ; start > ROOTINO; start--) {
/freebsd-9.3-release/sbin/newfs/
H A Dmkfs.c478 sblock.fs_cstotal.cs_nifree = sblock.fs_ncg * sblock.fs_ipg - ROOTINO;
703 for (i = 0; i < (long)ROOTINO; i++) {
815 { ROOTINO, sizeof(struct direct), DT_DIR, 1, "." },
816 { ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." },
817 { ROOTINO + 1, sizeof(struct direct), DT_DIR, 5, ".snap" },
823 { ROOTINO + 1, sizeof(struct direct), DT_DIR, 1, "." },
824 { ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." },
861 iput(&node, ROOTINO);
876 iput(&node, ROOTINO + 1);
897 iput(&node, ROOTINO);
[all...]
/freebsd-9.3-release/sbin/fsdb/
H A Dfsdb.c232 curinode = ginode(ROOTINO);
233 curinum = ROOTINO;
300 if (inum < ROOTINO || inum > maxino || cp == argv[ac] || *cp != '\0' ) { \
302 inum, ROOTINO, maxino); \
485 /* Skip magic inodes: 0, WINO, ROOTINO. */
486 if (inum < ROOTINO)
725 curinum = ROOTINO;
726 curinode = ginode(ROOTINO);
/freebsd-9.3-release/sbin/fsirand/
H A Dfsirand.c275 if (inumber >= ROOTINO) {
/freebsd-9.3-release/lib/libstand/
H A Dufs.c554 inumber = ROOTINO;
670 inumber = (ino_t)ROOTINO;
/freebsd-9.3-release/sys/boot/common/
H A Dufsread.c128 ino = ROOTINO;
/freebsd-9.3-release/usr.sbin/makefs/
H A Dffs.c281 fsopts->curinode = ROOTINO;
366 fsopts->inodes += ROOTINO; /* include first two inodes */
547 if (fs->fs_cstotal.cs_nifree + ROOTINO < fsopts->inodes) {
551 (long long)(fs->fs_cstotal.cs_nifree + ROOTINO),
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_sb.h181 #define XFS_SB_ROOTINO XFS_SB_MVAL(ROOTINO)
/freebsd-9.3-release/sbin/dump/
H A Dtraverse.c195 if (ino < ROOTINO ||
235 SETINO(ROOTINO, dumpinomap);
/freebsd-9.3-release/sbin/tunefs/
H A Dtunefs.c666 * Search in the ROOTINO for the SUJ_FILE. If it exists we can not enable
679 if (getino(&disk, &ip, ROOTINO, &mode) != 0) {
687 warnx("ROOTINO extends beyond direct blocks.");
699 warnx("ROOTINO extends beyond direct blocks.");
782 * Insert the journal file into the ROOTINO directory. We always extend the
798 if (getino(&disk, &ip, ROOTINO, &mode) != 0) {
811 * For simplicity sake we aways extend the ROOTINO into a new

Completed in 223 milliseconds

12