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

/netbsd-current/sbin/fsck_lfs/
H A Dfsck_vars.h74 extern int lfmode; /* lost & found directory creation mode */
H A Dvars.c74 int lfmode = 01700; /* lost & found directory creation mode */ variable
H A Dmain.c108 lfmode = argtoi('m', "mode", optarg, 8);
109 if (lfmode & ~07777)
110 err(1, "bad mode to -m: %o", lfmode);
111 printf("** lost+found creation mode %o\n", lfmode);
H A Ddir.c454 lfdir = allocdir(ULFS_ROOTINO, (ino_t) 0, lfmode);
481 if ((lfdir = allocdir(ULFS_ROOTINO, (ino_t) 0, lfmode)) == 0) {
/netbsd-current/sbin/fsck_ext2fs/
H A Dmain.c158 lfmode = argtoi('m', "mode", optarg, 8);
159 if (lfmode &~ 07777)
160 errexit("bad mode to -m: %o", lfmode);
161 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-current/sbin/fsck_ffs/
H A Dmain.c229 lfmode = argtoi('m', "mode", optarg, 8);
230 if (lfmode &~ 07777)
232 lfmode);
233 printf("** lost+found creation mode %o\n", lfmode);
H A Dfsck.h336 extern int lfmode; /* lost & found directory creation mode */
H A Ddir.c58 int lfmode = 01700; variable
600 lfdir = allocdir(UFS_ROOTINO, (ino_t)0, lfmode);
634 lfdir = allocdir(UFS_ROOTINO, (ino_t)0, lfmode);

Completed in 115 milliseconds