Home
last modified time | relevance | path

Searched refs:getfsfile (Results 1 – 11 of 11) sorted by relevance

/freebsd/include/
H A Dfstab.h70 struct fstab *getfsfile(const char *);
/freebsd/sbin/fsck_ffs/
H A Dutilities.c84 if ((fsinfo = getfsfile(origname)) == NULL) { in blockcheck()
/freebsd/sbin/mount/
H A Dmount.c369 if ((fs = getfsfile(mntbuf->f_mntonname)) != NULL) { in main()
380 fs = getfsfile("/"); in main()
397 if ((fs = getfsfile(*argv)) == NULL && in main()
936 else if ((fst = getfsfile(ent->f_mntonname))) in putfsent()
/freebsd/lib/libufs/
H A Dtype.c121 } else if ((fs = getfsfile(name)) != NULL) { in ufs_disk_fillout_blank()
/freebsd/lib/libc/gen/
H A Dfstab.c240 getfsfile(const char *name) in getfsfile() function
H A DSymbol.map123 getfsfile;
H A DMakefile.inc396 getfsent.3 getfsfile.3 \
/freebsd/sbin/fsck/
H A Dfsck.c210 if ((fs = getfsfile(spec)) == NULL && in main()
/freebsd/usr.sbin/quot/
H A Dquot.c623 if ((fs = getfsfile(*argv)) != NULL) in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9424 INTERCEPTOR(void *, getfsfile, const char *file) {
9426 COMMON_INTERCEPTOR_ENTER(ctx, getfsfile, file);
9429 void *ret = REAL(getfsfile)(file);
9438 COMMON_INTERCEPT_FUNCTION(getfsfile);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1864 fun:getfsfile=uninstrumented