Home
last modified time | relevance | path

Searched refs:mp (Results 1 – 25 of 931) sorted by relevance

12345678910>>...38

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dmap.c103 static void exported_ap_free(am_node *mp);
104 static void remove_am(am_node *mp);
151 am_node *mp; in path_to_exported_ap() local
153 mp = get_first_exported_ap(&index); in path_to_exported_ap()
154 while (mp != NULL) { in path_to_exported_ap()
155 if (STREQ(mp->am_path, path)) in path_to_exported_ap()
157 mp = get_next_exported_ap(&index); in path_to_exported_ap()
159 return mp; in path_to_exported_ap()
188 get_ap_child(am_node *mp, char *fname) in get_ap_child() argument
191 mntfs *mf = mp->am_al->al_mnt; in get_ap_child()
[all …]
H A Dautil.c159 forcibly_timeout_mp(am_node *mp) in forcibly_timeout_mp() argument
161 mntfs *mf = mp->am_al->al_mnt; in forcibly_timeout_mp()
165 if (mf && ((mp->am_flags & AMF_ROOT) || in forcibly_timeout_mp()
173 … plog(XLOG_WARNING, "node %s is currently being unmounted, ignoring timeout request", mp->am_path); in forcibly_timeout_mp()
175 plog(XLOG_WARNING, "ignoring timeout request for active node %s", mp->am_path); in forcibly_timeout_mp()
176 notify_child(mp, AMQ_UMNT_FAILED, EBUSY, 0); in forcibly_timeout_mp()
179 plog(XLOG_INFO, "\"%s\" forcibly timed out", mp->am_path); in forcibly_timeout_mp()
180 mp->am_flags &= ~AMF_NOTIMEOUT; in forcibly_timeout_mp()
181 mp->am_ttl = clocktime(NULL); in forcibly_timeout_mp()
187 clocktime(&mp->am_parent->am_fattr.na_mtime); in forcibly_timeout_mp()
[all …]
H A Damfs_generic.c56 #define IN_PROGRESS(cp) ((cp)->mp->am_al->al_mnt->mf_flags & MFF_MOUNTING)
77 am_node *mp; /* Node we are trying to mount */ member
88 static am_node *amfs_lookup_node(am_node *mp, char *fname, int *error_return);
96 static char *amfs_parse_defaults(am_node *mp, mntfs *mf, char *def_opts);
103 amfs_lookup_node(am_node *mp, char *fname, int *error_return) in amfs_lookup_node() argument
119 … if (mp->am_al == NULL || mp->am_al->al_mnt == NULL || mp->am_al->al_mnt->mf_fsflags & FS_DIRECT) { in amfs_lookup_node()
122 dlog("%s/%s mount ignored - going down", mp->am_path, fname); in amfs_lookup_node()
132 return mp; /* "." is the current node */ in amfs_lookup_node()
134 if (mp->am_parent) { in amfs_lookup_node()
135 dlog(".. in %s gives %s", mp->am_path, mp->am_parent->am_path); in amfs_lookup_node()
[all …]
/netbsd-src/usr.bin/mail/
H A Dthread.c90 show_msg(struct message *mp) in show_msg() argument
92 if (mp == NULL) in show_msg()
100 mp->m_index, mp, in show_msg()
101 mp->m_flink, mp->m_blink, mp->m_clink, mp->m_plink, in show_msg()
102 mp->m_depth, mp->m_flag); in show_msg()
108 show_thread(struct message *mp) in show_thread() argument
111 for (/*EMPTY*/; mp; mp = next_message(mp)) in show_thread()
112 show_msg(mp); in show_thread()
137 is_tagged_core(struct message *mp) in is_tagged_core() argument
142 for (/*EMPTY*/; mp; mp = mp->m_flink) in is_tagged_core()
[all …]
/netbsd-src/lib/libc/db/mpool/
H A Dmpool.c78 MPOOL *mp; in mpool_open() local
95 if ((mp = calloc(1, sizeof(*mp))) == NULL) in mpool_open()
97 TAILQ_INIT(&mp->lqh); in mpool_open()
99 TAILQ_INIT(&mp->hqh[entry]); in mpool_open()
100 mp->maxcache = maxcache; in mpool_open()
101 mp->npages = (pgno_t)(sb.st_size / pagesize); in mpool_open()
102 mp->pagesize = pagesize; in mpool_open()
103 mp->fd = fd; in mpool_open()
104 return mp; in mpool_open()
112 mpool_filter(MPOOL *mp, void (*pgin)(void *, pgno_t, void *), in mpool_filter() argument
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmessage.c102 message_ty *mp; in message_alloc() local
105 mp = (message_ty *) xmalloc (sizeof (message_ty)); in message_alloc()
106 mp->msgctxt = msgctxt; in message_alloc()
107 mp->msgid = msgid; in message_alloc()
108 mp->msgid_plural = (msgid_plural != NULL ? xstrdup (msgid_plural) : NULL); in message_alloc()
109 mp->msgstr = msgstr; in message_alloc()
110 mp->msgstr_len = msgstr_len; in message_alloc()
111 mp->pos = *pp; in message_alloc()
112 mp->comment = NULL; in message_alloc()
113 mp->comment_dot = NULL; in message_alloc()
[all …]
H A Dwrite-po.c149 message_print_comment (const message_ty *mp, FILE *fp) in message_print_comment() argument
151 if (mp->comment != NULL) in message_print_comment()
155 for (j = 0; j < mp->comment->nitems; ++j) in message_print_comment()
157 const char *s = mp->comment->item[j]; in message_print_comment()
186 message_print_comment_dot (const message_ty *mp, FILE *fp) in message_print_comment_dot() argument
188 if (mp->comment_dot != NULL) in message_print_comment_dot()
192 for (j = 0; j < mp->comment_dot->nitems; ++j) in message_print_comment_dot()
194 const char *s = mp->comment_dot->item[j]; in message_print_comment_dot()
209 message_print_comment_filepos (const message_ty *mp, FILE *fp, in message_print_comment_filepos() argument
212 if (mp->filepos_count != 0) in message_print_comment_filepos()
[all …]
H A Dmsgl-iconv.c108 convert_prev_msgid (iconv_t cd, message_ty *mp, in convert_prev_msgid() argument
111 if (mp->prev_msgctxt != NULL) in convert_prev_msgid()
112 mp->prev_msgctxt = convert_string (cd, mp->prev_msgctxt, context); in convert_prev_msgid()
113 if (mp->prev_msgid != NULL) in convert_prev_msgid()
114 mp->prev_msgid = convert_string (cd, mp->prev_msgid, context); in convert_prev_msgid()
115 if (mp->prev_msgid_plural != NULL) in convert_prev_msgid()
116 mp->prev_msgid_plural = convert_string (cd, mp->prev_msgid_plural, context); in convert_prev_msgid()
120 convert_msgid (iconv_t cd, message_ty *mp, in convert_msgid() argument
123 if (mp->msgctxt != NULL) in convert_msgid()
124 mp->msgctxt = convert_string (cd, mp->msgctxt, context); in convert_msgid()
[all …]
/netbsd-src/sys/kern/
H A Dvfs_mount.c155 struct mount *mp; in vfs_mountalloc()
158 mp = kmem_zalloc(sizeof(*mp), KM_SLEEP); in vfs_mountalloc()
159 mp->mnt_op = vfsops; in vfs_mountalloc()
160 mp->mnt_refcnt = 1; in vfs_mountalloc()
161 TAILQ_INIT(&mp->mnt_vnodelist); in vfs_mountalloc()
162 mp->mnt_renamelock = mutex_obj_alloc(MUTEX_DEFAULT, IPL_NONE); in vfs_mountalloc()
163 mp->mnt_vnodelock = mutex_obj_alloc(MUTEX_DEFAULT, IPL_NONE); in vfs_mountalloc()
164 mp->mnt_updating = mutex_obj_alloc(MUTEX_DEFAULT, IPL_NONE); in vfs_mountalloc()
165 mp in vfs_mountalloc()
154 struct mount *mp; vfs_mountalloc() local
188 struct mount *mp; vfs_rootmountalloc() local
224 vfs_getnewfsid(struct mount * mp) vfs_getnewfsid() argument
275 struct mount *mp; vfs_getvfs() local
293 vfs_ref(struct mount * mp) vfs_ref() argument
305 vfs_rele(struct mount * mp) vfs_rele() argument
346 _vfs_busy(struct mount * mp,bool wait) _vfs_busy() argument
366 vfs_busy(struct mount * mp) vfs_busy() argument
373 vfs_trybusy(struct mount * mp) vfs_trybusy() argument
385 vfs_unbusy(struct mount * mp) vfs_unbusy() argument
401 vfs_set_lowermount(struct mount * mp,struct mount * lowermp) vfs_set_lowermount() argument
446 vfs_vnode_iterator_init(struct mount * mp,struct vnode_iterator ** vnip) vfs_vnode_iterator_init() argument
485 struct mount *mp = VIMPL_TO_VNODE(mvip)->v_mount; vfs_vnode_iterator_next1() local
537 vfs_insmntque(vnode_t * vp,struct mount * mp) vfs_insmntque() argument
669 vflush(struct mount * mp,vnode_t * skipvp,int flags) vflush() argument
787 start_extattr(struct mount * mp) start_extattr() argument
804 struct mount *mp; mount_domount() local
937 dounmount(struct mount * mp,int flags,struct lwp * l) dounmount() argument
1037 vfs_unmount_print(struct mount * mp,const char * pfx) vfs_unmount_print() argument
1052 struct mount *mp, *nmp; vfs_unmount_next() local
1074 struct mount *mp; vfs_unmount_forceone() local
1104 struct mount *mp; vfs_unmountall1() local
1329 struct mount *mp; vfs_mountroot() local
1394 mount_initspecific(struct mount * mp) mount_initspecific() argument
1408 mount_finispecific(struct mount * mp) mount_finispecific() argument
1419 mount_getspecific(struct mount * mp,specificdata_key_t key) mount_getspecific() argument
1431 mount_setspecific(struct mount * mp,specificdata_key_t key,void * data) mount_setspecific() argument
1554 mountlist_alloc(enum mountlist_type type,struct mount * mp) mountlist_alloc() argument
1608 struct mount *mp; _mountlist_iterator_next() local
1672 mountlist_append(struct mount * mp) mountlist_append() argument
1685 mountlist_remove(struct mount * mp) mountlist_remove() argument
1704 _mountlist_next(struct mount * mp) _mountlist_next() argument
[all...]
/netbsd-src/sys/ufs/ufs/
H A Dufs_wapbl.h86 ufs_wapbl_begin(struct mount *mp, const char *file, int line) in ufs_wapbl_begin() argument
88 if (mp->mnt_wapbl) { in ufs_wapbl_begin()
90 error = wapbl_begin(mp->mnt_wapbl, file, line); in ufs_wapbl_begin()
98 ufs_wapbl_end(struct mount *mp) in ufs_wapbl_end() argument
100 if (mp->mnt_wapbl) { in ufs_wapbl_end()
101 wapbl_end(mp->mnt_wapbl); in ufs_wapbl_end()
105 #define UFS_WAPBL_BEGIN(mp) \ argument
106 ufs_wapbl_begin(mp, __func__, __LINE__)
107 #define UFS_WAPBL_END(mp) ufs_wapbl_end(mp) argument
115 #define UFS_WAPBL_JLOCK_ASSERT(mp) \ argument
[all …]
/netbsd-src/lib/libskey/
H A Dskeylogin.c49 int getskeyprompt(struct skey *mp, char *name, char *prompt) in getskeyprompt() argument
54 rval = skeylookup(mp, name); in getskeyprompt()
63 mp->n - 1, SKEY_MAX_SEED_LEN, mp->seed); in getskeyprompt()
66 fclose(mp->keyfile); in getskeyprompt()
67 mp->keyfile = NULL; in getskeyprompt()
80 int skeychallenge(struct skey *mp, const char *name, char *ss, size_t sslen) in skeychallenge() argument
84 rval = skeylookup(mp, name); in skeychallenge()
92 skey_get_algorithm(), mp->n - 1, in skeychallenge()
93 SKEY_MAX_SEED_LEN, mp->seed); in skeychallenge()
96 fclose(mp->keyfile); in skeychallenge()
[all …]
/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs_mem.c52 tmpfs_mntmem_init(struct tmpfs_mount *mp, uint64_t memlimit) in tmpfs_mntmem_init() argument
55 mutex_init(&mp->tm_acc_lock, MUTEX_DEFAULT, IPL_NONE); in tmpfs_mntmem_init()
56 mp->tm_mem_limit = memlimit; in tmpfs_mntmem_init()
57 mp->tm_bytes_used = 0; in tmpfs_mntmem_init()
61 tmpfs_mntmem_destroy(struct tmpfs_mount *mp) in tmpfs_mntmem_destroy() argument
64 KASSERT(mp->tm_bytes_used == 0); in tmpfs_mntmem_destroy()
65 mutex_destroy(&mp->tm_acc_lock); in tmpfs_mntmem_destroy()
69 tmpfs_mntmem_set(struct tmpfs_mount *mp, uint64_t memlimit) in tmpfs_mntmem_set() argument
73 mutex_enter(&mp->tm_acc_lock); in tmpfs_mntmem_set()
74 if (round_page(mp->tm_bytes_used) >= memlimit) in tmpfs_mntmem_set()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/milter/
H A Dmilter_macros.c143 MILTER_MACROS *mp = (MILTER_MACROS *) ptr; in milter_macros_print() local
151 SEND_ATTR_STR(MAIL_ATTR_MILT_MAC_CONN, mp->conn_macros), in milter_macros_print()
152 SEND_ATTR_STR(MAIL_ATTR_MILT_MAC_HELO, mp->helo_macros), in milter_macros_print()
153 SEND_ATTR_STR(MAIL_ATTR_MILT_MAC_MAIL, mp->mail_macros), in milter_macros_print()
154 SEND_ATTR_STR(MAIL_ATTR_MILT_MAC_RCPT, mp->rcpt_macros), in milter_macros_print()
155 SEND_ATTR_STR(MAIL_ATTR_MILT_MAC_DATA, mp->data_macros), in milter_macros_print()
156 SEND_ATTR_STR(MAIL_ATTR_MILT_MAC_EOH, mp->eoh_macros), in milter_macros_print()
157 SEND_ATTR_STR(MAIL_ATTR_MILT_MAC_EOD, mp->eod_macros), in milter_macros_print()
158 SEND_ATTR_STR(MAIL_ATTR_MILT_MAC_UNK, mp->unk_macros), in milter_macros_print()
168 MILTER_MACROS *mp = (MILTER_MACROS *) ptr; in milter_macros_scan() local
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dgettext-po.c497 message_ty *mp = (message_ty *) message; in po_message_insert() local
504 message_list_insert_at (iterator->mlp, iterator->index, mp); in po_message_insert()
527 message_ty *mp = (message_ty *) message; in po_message_msgctxt() local
529 return mp->msgctxt; in po_message_msgctxt()
538 message_ty *mp = (message_ty *) message; in po_message_set_msgctxt() local
540 if (msgctxt != mp->msgctxt) in po_message_set_msgctxt()
542 char *old_msgctxt = (char *) mp->msgctxt; in po_message_set_msgctxt()
544 mp->msgctxt = (msgctxt != NULL ? xstrdup (msgctxt) : NULL); in po_message_set_msgctxt()
556 message_ty *mp = (message_ty *) message; in po_message_msgid() local
558 return mp->msgid; in po_message_msgid()
[all …]
/netbsd-src/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_linux.c110 hash_insert(int fd, am_node *mp) in hash_insert() argument
115 hash[fd] = mp; in hash_insert()
140 autofs_get_fh(am_node *mp) in autofs_get_fh() argument
145 plog(XLOG_DEBUG, "autofs_get_fh for %s", mp->am_path); in autofs_get_fh()
163 mp->am_autofs_fh = fh; in autofs_get_fh()
170 autofs_mounted(am_node *mp) in autofs_mounted() argument
172 autofs_fh_t *fh = mp->am_autofs_fh; in autofs_mounted()
178 autofs_get_mp(mp); in autofs_mounted()
193 mp->am_autofs_ttl = clocktime(NULL) + gopt.am_timeo_w; in autofs_mounted()
198 autofs_get_mp(am_node *mp) in autofs_get_mp() argument
[all …]
H A Dautofs_solaris_v1.c190 am_node *mp, *ap; in autofs_mount_1_req() local
200 mp = find_ap(m->path); in autofs_mount_1_req()
201 if (!mp) { in autofs_mount_1_req()
207 mf = mp->am_al->al_mnt; in autofs_mount_1_req()
209 ap = mf->mf_ops->lookup_child(mp, m->name + isdirect, &err, VLOOK_CREATE); in autofs_mount_1_req()
247 am_node *mp = NULL; in autofs_unmount_1_req() local
258 mp = get_exported_ap(mapno); in autofs_unmount_1_req()
259 if (!mp) in autofs_unmount_1_req()
261 if (mp->am_dev == ul->devid && in autofs_unmount_1_req()
262 (ul->rdevid == 0 || mp->am_rdev == ul->rdevid)) in autofs_unmount_1_req()
[all …]
/netbsd-src/sys/dev/mscp/
H A Dmscp.c107 struct mscp *mp; in mscp_getcp() local
139 mp = &mri->mri_ring[i]; in mscp_getcp()
146 mp->mscp_msglen = MSCP_MSGLEN; in mscp_getcp()
147 mp->mscp_flags = 0; in mscp_getcp()
148 mp->mscp_modifier = 0; in mscp_getcp()
149 mp->mscp_seq.seq_bytecount = 0; in mscp_getcp()
150 mp->mscp_seq.seq_buffer = 0; in mscp_getcp()
151 mp->mscp_seq.seq_mapbase = 0; in mscp_getcp()
152 /*???*/ mp->mscp_sccc.sccc_errlgfl = 0; in mscp_getcp()
153 /*???*/ mp->mscp_sccc.sccc_copyspd = 0; in mscp_getcp()
[all …]
H A Dmscp_subr.c180 volatile struct mscp *mp; in mscp_attach() local
263 mp = mscp_getcp(mi, MSCP_DONTWAIT); in mscp_attach()
264 if (mp == NULL) in mscp_attach()
266 mp->mscp_opcode = M_OP_GETUNITST; in mscp_attach()
267 mp->mscp_unit = unit; in mscp_attach()
268 mp->mscp_modifier = M_GUM_NEXTUNIT; in mscp_attach()
269 *mp->mscp_addr |= MSCP_OWN | MSCP_INT; in mscp_attach()
271 mscp_cold_unit = mp->mscp_unit; in mscp_attach()
274 mp = &mscp_cold_reply; in mscp_attach()
277 while (!mp->mscp_opcode) { in mscp_attach()
[all …]
H A Dmscp_tape.c161 struct mscp *mp = da->da_mp; in mtmatch() local
166 cf->cf_loc[MSCPBUSCF_DRIVE] != mp->mscp_unit) in mtmatch()
179 struct mscp *mp = da->da_mp; in mtattach() local
183 mt->mt_hwunit = mp->mscp_unit; in mtattach()
184 mi->mi_dp[mp->mscp_unit] = self; in mtattach()
186 disk_printtype(mp->mscp_unit, mp->mscp_guse.guse_mediaid); in mtattach()
196 struct mscp *mp; in mt_putonline() local
201 mp = mscp_getcp(mi, MSCP_WAIT); in mt_putonline()
202 mp->mscp_opcode = M_OP_ONLINE; in mt_putonline()
203 mp->mscp_unit = mt->mt_hwunit; in mt_putonline()
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
H A Dmutex.h67 #define isc_mutex_init(mp) isc_mutex_init_profile((mp), __FILE__, __LINE__) argument
70 #define isc_mutex_init(mp) isc_mutex_init_errcheck((mp)) argument
72 #define isc_mutex_init(mp) isc__mutex_init((mp), __FILE__, __LINE__) argument
74 isc__mutex_init(isc_mutex_t *mp, const char *file, unsigned int line);
79 #define isc_mutex_lock(mp) isc_mutex_lock_profile((mp), __FILE__, __LINE__) argument
81 #define isc_mutex_lock(mp) \ argument
82 ((pthread_mutex_lock((mp)) == 0) ? ISC_R_SUCCESS : ISC_R_UNEXPECTED)
86 #define isc_mutex_unlock(mp) isc_mutex_unlock_profile((mp), __FILE__, __LINE__) argument
88 #define isc_mutex_unlock(mp) \ argument
89 ((pthread_mutex_unlock((mp)) == 0) ? ISC_R_SUCCESS : ISC_R_UNEXPECTED)
[all …]
/netbsd-src/sys/dev/sbus/
H A Dmagma.c740 struct mtty_port *mp = &mtty->ms_port[port]; in magma_soft() local
741 struct tty *tp = mp->mp_tty; in magma_soft()
749 while( mp->mp_rget != mp->mp_rput ) { in magma_soft()
753 stat = mp->mp_rget[0]; in magma_soft()
754 data = mp->mp_rget[1]; in magma_soft()
755 mp->mp_rget = ((mp->mp_rget + 2) == mp->mp_rend) in magma_soft()
756 ? mp->mp_rbuf : (mp->mp_rget + 2); in magma_soft()
771 flags = mp->mp_flags; in magma_soft()
772 CLR(mp->mp_flags, MTTYF_DONE | MTTYF_CARRIER_CHANGED | MTTYF_RING_OVERFLOW); in magma_soft()
777 port, mp->mp_carrier ? "on" : "off")); in magma_soft()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_version.c111 static const char *mail_version_worker(MAIL_VERSION *mp, char *cp) in mail_version_worker() argument
120 if ((mp->program = mystrtok(&cp, "-")) == 0) in mail_version_worker()
132 if ((mp->major = mail_version_int(major_field)) < 0) in mail_version_worker()
135 if ((mp->minor = mail_version_int(minor_field)) < 0) in mail_version_worker()
139 mp->patch = -1; in mail_version_worker()
140 else if ((mp->patch = mail_version_int(patch_field)) < 0) in mail_version_worker()
148 mp->snapshot = 0; in mail_version_worker()
149 else if ((mp->snapshot = mystrtok(&cp, "")) == 0) in mail_version_worker()
159 MAIL_VERSION *mp; in mail_version_parse() local
163 mp = (MAIL_VERSION *) mymalloc(sizeof(*mp)); in mail_version_parse()
[all …]
/netbsd-src/libexec/talkd/
H A Dprocess.c69 process_request(CTL_MSG *mp, CTL_RESPONSE *rp) in process_request() argument
74 rp->type = mp->type; in process_request()
76 mp->id_num = ntohl(mp->id_num); in process_request()
77 mp->addr.sa_family = ntohs(mp->addr.sa_family); in process_request()
78 mp->ctl_addr.sa_family = ntohs(mp->ctl_addr.sa_family); in process_request()
79 mp->pid = ntohl(mp->pid); in process_request()
80 if (mp->vers != TALK_VERSION) { in process_request()
81 syslog(LOG_WARNING, "Bad protocol version %d", mp->vers); in process_request()
85 if (mp->addr.sa_family != AF_INET) { in process_request()
87 mp->addr.sa_family); in process_request()
[all …]
/netbsd-src/sys/ufs/ffs/
H A Dffs_vfsops.c193 ffs_checkrange(struct mount *mp, ino_t ino) in ffs_checkrange() argument
195 struct fs *fs = VFSTOUFS(mp)->um_fs; in ffs_checkrange()
211 struct ufsmount *ump = VFSTOUFS(mp); in ffs_checkrange()
366 struct mount *mp; in ffs_mountroot() local
374 if ((error = vfs_rootmountalloc(MOUNT_FFS, "root_device", &mp))) { in ffs_mountroot()
382 mp->mnt_flag |= MNT_FORCE; in ffs_mountroot()
383 if ((error = ffs_mountfs(rootvp, mp, l)) != 0) { in ffs_mountroot()
384 vfs_unbusy(mp); in ffs_mountroot()
385 vfs_rele(mp); in ffs_mountroot()
388 mp in ffs_mountroot()
401 ffs_acls(struct mount * mp,int fs_flags) ffs_acls() argument
463 ffs_mount(struct mount * mp,const char * path,void * data,size_t * data_len) ffs_mount() argument
811 ffs_reload(struct mount * mp,kauth_cred_t cred,struct lwp * l) ffs_reload() argument
1166 ffs_mountfs(struct vnode * devvp,struct mount * mp,struct lwp * l) ffs_mountfs() argument
1760 ffs_unmount(struct mount * mp,int mntflags) ffs_unmount() argument
1834 ffs_flushfiles(struct mount * mp,int flags,struct lwp * l) ffs_flushfiles() argument
1895 ffs_statvfs(struct mount * mp,struct statvfs * sbp) ffs_statvfs() argument
1976 ffs_sync(struct mount * mp,int waitfor,kauth_cred_t cred) ffs_sync() argument
2147 ffs_loadvnode(struct mount * mp,struct vnode * vp,const void * key,size_t key_len,const void ** new_key) ffs_loadvnode() argument
2199 ffs_newvnode(struct mount * mp,struct vnode * dvp,struct vnode * vp,struct vattr * vap,kauth_cred_t cred,void * extra,size_t * key_len,const void ** new_key) ffs_newvnode() argument
2328 ffs_fhtovp(struct mount * mp,struct fid * fhp,int lktype,struct vnode ** vpp) ffs_fhtovp() argument
2404 ffs_sbupdate(struct ufsmount * mp,int waitfor) ffs_sbupdate() argument
2441 ffs_cgupdate(struct ufsmount * mp,int waitfor) ffs_cgupdate() argument
2481 ffs_extattrctl(struct mount * mp,int cmd,struct vnode * vp,int attrnamespace,const char * attrname) ffs_extattrctl() argument
2503 struct mount *mp; ffs_vfs_fsync() local
[all...]
/netbsd-src/sys/fs/v7fs/
H A Dv7fs_vfsops.c79 v7fs_mount(struct mount *mp, const char *path, void *data, size_t *data_len) in v7fs_mount() argument
83 struct v7fs_mount *v7fsmount = (void *)mp->mnt_data; in v7fs_mount()
86 bool update = mp->mnt_flag & MNT_UPDATE; in v7fs_mount()
88 DPRINTF("mnt_flag=%x %s\n", mp->mnt_flag, update ? "update" : ""); in v7fs_mount()
95 if (mp->mnt_flag & MNT_GETARGS) { in v7fs_mount()
157 (mp->mnt_iflag & IMNT_WANTRDWR) != 0 : in v7fs_mount()
158 (mp->mnt_flag & MNT_RDONLY) == 0) in v7fs_mount()
163 KAUTH_REQ_SYSTEM_MOUNT_DEVICE, mp, devvp, in v7fs_mount()
174 if ((error = v7fs_openfs(devvp, mp, l))) { in v7fs_mount()
179 if ((error = v7fs_mountfs(devvp, mp, args->endian))) { in v7fs_mount()
[all …]

12345678910>>...38