Searched refs:filesys (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sbin/fsck_ffs/
H A Dmain.c73 static int checkfilesys(char *filesys);
231 checkfilesys(char *filesys) argument
252 cdevname = filesys;
260 mntp = getmntpt(filesys);
262 filesys = mntp->f_mntfromname;
264 filesys = blockcheck(filesys);
273 if ((fsreadfd = open(filesys, O_RDONLY)) < 0 || readsb(0) == 0)
293 if ((fsreadfd = open(filesys, O_RDONLY)) < 0 || readsb(0) == 0)
298 // filesys);
[all...]
H A Dfsck.h475 void gjournal_check(const char *filesys);
476 int suj_check(const char *filesys);
H A Dgjournal.c395 gjournal_check(const char *filesys) argument
405 devnam = filesys;
H A Dsuj.c2680 suj_check(const char *filesys) argument
2690 opendisk(filesys);
2726 printf("** SU+J Recovering %s\n", filesys);
2771 closedisk(filesys);
/freebsd-11-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh252 # Object filesys
254 ugidfw set 1 subject uid $uidrange object filesys / mode rasx
255 desc="object out of filesys"
262 ugidfw set 1 subject uid $uidrange object filesys $playground mode rasx
263 desc="object in filesys"
/freebsd-11-stable/contrib/apr/
H A Dapr.mak77 -@erase "$(INTDIR)\filesys.obj"
150 "$(INTDIR)\filesys.obj" \
263 -@erase "$(INTDIR)\filesys.obj"
336 "$(INTDIR)\filesys.obj" \
449 -@erase "$(INTDIR)\filesys.obj"
522 "$(INTDIR)\filesys.obj" \
635 -@erase "$(INTDIR)\filesys.obj"
709 "$(INTDIR)\filesys.obj" \
899 SOURCE=.\file_io\win32\filesys.c
901 "$(INTDIR)\filesys
[all...]
H A Dlibapr.mak73 -@erase "$(INTDIR)\filesys.obj"
191 "$(INTDIR)\filesys.obj" \
317 -@erase "$(INTDIR)\filesys.obj"
435 "$(INTDIR)\filesys.obj" \
561 -@erase "$(INTDIR)\filesys.obj"
679 "$(INTDIR)\filesys.obj" \
805 -@erase "$(INTDIR)\filesys.obj"
923 "$(INTDIR)\filesys.obj" \
1097 SOURCE=.\file_io\win32\filesys.c
1099 "$(INTDIR)\filesys
[all...]
H A Dbuild-outputs.mk187 file_io/os2/filesys.lo: file_io/os2/filesys.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
198 OBJECTS_file_io_os2 = file_io/os2/buffer.lo file_io/os2/copy.lo file_io/os2/dir.lo file_io/os2/dir_make_recurse.lo file_io/os2/fileacc.lo file_io/os2/filedup.lo file_io/os2/filepath.lo file_io/os2/filepath_util.lo file_io/os2/filestat.lo file_io/os2/filesys.lo file_io/os2/flock.lo file_io/os2/fullrw.lo file_io/os2/maperrorcode.lo file_io/os2/mktemp.lo file_io/os2/open.lo file_io/os2/pipe.lo file_io/os2/readwrite.lo file_io/os2/seek.lo file_io/os2/tempdir.lo
256 file_io/win32/filesys.lo: file_io/win32/filesys.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
263 OBJECTS_file_io_win32 = file_io/unix/copy.lo file_io/unix/fileacc.lo file_io/unix/filepath_util.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/tempdir.lo file_io/win32/buffer.lo file_io/win32/dir.lo file_io/win32/filedup.lo file_io/win32/filepath.lo file_io/win32/filestat.lo file_io/win32/filesys.lo file_io/win32/flock.lo file_io/win32/open.lo file_io/win32/pipe.lo file_io/win32/readwrite.lo file_io/win32/seek.lo

Completed in 232 milliseconds