Searched refs:getfsfile (Results 1 – 11 of 11) sorted by relevance
70 struct fstab *getfsfile(const char *);
84 if ((fsinfo = getfsfile(origname)) == NULL) { in blockcheck()
369 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()
121 } else if ((fs = getfsfile(name)) != NULL) { in ufs_disk_fillout_blank()
240 getfsfile(const char *name) in getfsfile() function
123 getfsfile;
396 getfsent.3 getfsfile.3 \
210 if ((fs = getfsfile(spec)) == NULL && in main()
623 if ((fs = getfsfile(*argv)) != NULL) in main()
9424 INTERCEPTOR(void *, getfsfile, const char *file) {9426 COMMON_INTERCEPTOR_ENTER(ctx, getfsfile, file);9429 void *ret = REAL(getfsfile)(file);9438 COMMON_INTERCEPT_FUNCTION(getfsfile);
1864 fun:getfsfile=uninstrumented