Searched refs:fs_p (Results 1 – 1 of 1) sorted by relevance
322 fs_get_type(const struct statfs *fs_p) in fs_get_type() argument326 assert(fs_p != NULL); in fs_get_type()329 if (strcmp(fs_type_map[t].str, fs_p->f_fstypename) == 0) in fs_get_type()340 fs_tbl_process_statfs_entry(const struct statfs *fs_p, int32_t storage_idx) in fs_tbl_process_statfs_entry() argument344 assert(fs_p != 0); in fs_tbl_process_statfs_entry()348 if (fs_p == NULL) in fs_tbl_process_statfs_entry()351 if ((entry = fs_find_by_name(fs_p->f_mntonname)) != NULL || in fs_tbl_process_statfs_entry()352 (entry = fs_entry_create(fs_p->f_mntonname)) != NULL) { in fs_tbl_process_statfs_entry()355 if (!(fs_p->f_flags & MNT_LOCAL)) { in fs_tbl_process_statfs_entry()357 entry->remoteMountPoint = strdup(fs_p->f_mntfromname); in fs_tbl_process_statfs_entry()[all …]