Searched defs:orphan (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3.c53 fsck_ino_t orphan; local
93 orphan = inp->i_number;
98 * being connected means that orphan is the
121 if (statemap[orphan] & INORPHAN)
129 dp = ginode(orphan);
144 if (statemap[orphan] != USTATE) {
145 statemap[orphan] |= INORPHAN;
162 if (linkup(orphan, inp->i_dotdot, NULL)) {
169 statemap[orphan] &= ~(INORPHAN);
171 statemap[orphan] |
414 maybe_convert_attrdir_to_dir(fsck_ino_t orphan) argument
[all...]
H A Ddir.c513 linkup(fsck_ino_t orphan, fsck_ino_t parentdir, caddr_t name) argument
524 dp = ginode(orphan);
527 if (debug && lostdir && dp->di_nlink <= 0 && lncntp[orphan] == -1)
530 orphan);
532 pwarn("UNREF %s ", file_id(orphan, dp->di_mode));
533 pinode(orphan);
571 pwarn("Could not reconnect inode %d\n", orphan);
614 pwarn("Could not reconnect inode %d\n", orphan);
618 rval = do_reconnect(orphan, parentdir, name);
632 intree = tsearch((void *)orphan,
646 do_reconnect(fsck_ino_t orphan, fsck_ino_t parentdir, caddr_t name) argument
[all...]
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c141 * Find any orphan lgroups without parents and make them be children of
150 int orphan; local
186 orphan = 1;
190 orphan = 0;
197 if (orphan) {
481 * Find any orphan lgroups without parents and make them be children
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4115 int whole_map, int justcopy, int orphan)
4134 if (orphan) {
4249 port->fp_statec_busy && !orphan) {
4267 if (orphan) {
5619 fc_orphan_t *orphan; local
5632 orphan = kmem_zalloc(sizeof (*orphan), KM_NOSLEEP);
5633 if (orphan) {
5634 orphan->orp_pwwn = pwwn;
5635 orphan
4114 fctl_fillout_map(fc_local_port_t *port, fc_portmap_t **map, uint32_t *len, int whole_map, int justcopy, int orphan) argument
5656 fc_orphan_t *orphan; local
[all...]
H A Dfp.c2736 int orphan = (old_top == FC_TOP_FABRIC || local
2740 fp_loop_online(port, job, orphan);
3820 fp_loop_online(fc_local_port_t *port, job_request_t *job, int orphan) argument
3888 1, 0, orphan);
10212 " Port WWN %s removed from orphan"
10391 * the orphan list, nothing else to do
14116 * any orphans in the port's orphan list. If we do not do
14356 * the d_id and pwwn tables and possibly add to the orphan list.
14365 * of orphan list, it is redundant
14621 * Hunt down the orphan lis
[all...]

Completed in 121 milliseconds