Searched refs:lfmode (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dfsck_vars.h74 extern int lfmode; /* lost & found directory creation mode */
H A Dmain.c105 lfmode = argtoi('m', "mode", optarg, 8);
106 if (lfmode & ~07777)
107 err(1, "bad mode to -m: %o\n", lfmode);
108 printf("** lost+found creation mode %o\n", lfmode);
H A Dvars.c77 int lfmode; /* lost & found directory creation mode */ variable
H A Ddir.c57 int lfmode = 01700; variable
429 lfdir = allocdir(ROOTINO, (ino_t) 0, lfmode);
456 if ((lfdir = allocdir(ROOTINO, (ino_t) 0, lfmode)) == 0) {
/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Dmain.c123 lfmode = argtoi('m', "mode", optarg, 8);
124 if (lfmode &~ 07777)
125 errexit("bad mode to -m: %o", lfmode);
126 printf("** lost+found creation mode %o\n", lfmode);
H A Dfsck.h215 extern int lfmode; /* lost & found directory creation mode */
H A Ddir.c84 int lfmode = 01700; variable
427 lfdir = allocdir(EXT2_ROOTINO, (ino_t)0, lfmode);
453 if ((lfdir = allocdir(EXT2_ROOTINO, (ino_t)0, lfmode)) == 0) {
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dmain.c144 lfmode = argtoi('m', "mode", optarg, 8);
145 if (lfmode &~ 07777)
147 lfmode);
148 printf("** lost+found creation mode %o\n", lfmode);
H A Dfsck.h307 extern int lfmode; /* lost & found directory creation mode */
H A Ddir.c58 int lfmode = 01700; variable
549 lfdir = allocdir(ROOTINO, (ino_t)0, lfmode);
583 lfdir = allocdir(ROOTINO, (ino_t)0, lfmode);

Completed in 113 milliseconds