Searched refs:mountpt (Results 1 – 6 of 6) sorted by relevance
/third_party/toybox/toys/pending/ |
D | fsck.c | 50 char *device, *mountpt, *type, *opts; member 97 temp->mountpt = xstrdup(f_info->mnt_dir); in create_db() 215 finfo->mountpt ? finfo->mountpt : finfo->device); in do_fsck() 315 … if (!strcmp(finfo->mountpt, "/")) { // man says: check / in parallel with others if -P is absent. in scan_all() 332 if(!strcmp(finfo->mountpt, "/")) finfo->flag |= FLAG_DONE; in scan_all() 399 || !strcmp(finfo->mountpt, dev->data)) break; in fsck_main() 427 free(finfo->mountpt); in fsck_main()
|
/third_party/e2fsprogs/misc/ |
D | e2initrd_helper.c | 56 char *mountpt; member 273 fs->mountpt = string_copy(mntpnt); in parse_fstab_line() 290 if (fs->mountpt) in free_fstab_line() 291 fs->mountpt = 0; in free_fstab_line() 359 if (!strcmp(fs_info.mountpt, "/")) in get_root_type()
|
D | fsck.c | 253 fs->mountpt = string_copy(mntpnt); in create_fs_device() 391 (fs->mountpt && !strcmp(filesys, fs->mountpt))) in lookup() 726 retval = execute(type, fs->device, fs->mountpt, interactive); in fsck_device() 892 fs->mountpt); in ignore() 991 if (!strcmp(fs->mountpt, "/")) in check_all() 1011 if (!strcmp(fs->mountpt, "/")) in check_all()
|
D | fsck.h | 42 char *mountpt; member
|
/third_party/e2fsprogs/scrub/ |
D | e2scrub.in | 109 local mountpt="$(realpath "$1")" 113 if [ "${mountpt}" != "${MOUNTPOINT}" ]; then
|
/third_party/NuttX/fs/nfs/ |
D | nfs_adapter.c | 1309 extern int nfs_rename(struct Vnode *mountpt, const char *oldrelpath, const char *newrelpath); 2847 int vfs_nfs_statfs(struct Mount *mountpt, struct statfs *sbp) in vfs_nfs_statfs() argument 2858 nmp = (struct nfsmount *)mountpt->data; in vfs_nfs_statfs() 2916 sbp->f_flags = mountpt->mountFlags; in vfs_nfs_statfs()
|