Searched defs:lfn (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c67 * The subsidiary trees list inodes and logical fragment number (lfn)
69 * by lfn. Both are needed, as it is possible for one inode to have
130 find_dup_ref(daddr32_t fragno, fsck_ino_t ino, daddr32_t lfn, int flags) argument
158 "adding claim by ino %d as lfn %d\n",
159 ino, lfn);
160 added = increment_claimant(dup, ino, lfn);
165 removed = decrement_claimant(dup, ino, lfn);
168 "check for claimant ino %d lfn %d returned %d\n",
169 ino, lfn, removed);
319 * a given lfn onl
401 increment_claimant(fragment_t *dup, fsck_ino_t ino, daddr32_t lfn) argument
440 decrement_claimant(fragment_t *dup, fsck_ino_t ino, daddr32_t lfn) argument
465 alloc_claimant(fsck_ino_t inode, daddr32_t lfn) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c519 * EINVAL means the lfn was invalid, so start with
521 * the lfn is valid, either of which means the
1116 char lfn[PCMAXNAMLEN+1]; local
1118 error = pc_extract_long_fn(pcp, lfn, epp, offset, &slotp->sl_bp);
1126 if ((u8_strcmp(lfn, namep, 0, U8_STRCMP_CI_UPPER,
1213 * if we're in here, we know that the lfn is in the proper format
1214 * of <series-of-lfn-entries> followed by <sfn-entry>
1469 * we don't need to look at the lfn entries themselves.
H A Dpc_vnops.c2157 * entry to read (if this wasn't a valid lfn really).
2173 char *lfn; local
2189 lfn = lfn_base + PCMAXNAM_UTF16 - sizeof (uint16_t);
2190 *lfn = '\0';
2191 *(lfn + 1) = '\0';
2223 if (lfn >= lfn_base)
2224 *--lfn = buf[cs - 1];
2253 !pc_valid_long_fn(lfn, 0)) {
2255 * process current entry again. This may end up another lfn
2276 error = uconv_u16tou8((const uint16_t *)lfn,
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.c598 u_char lfn[261]; local
637 cp_xdnm(lfn, &dir[ent].xde);
646 !strcasecmp(name, (const char *)lfn);
675 cp_xdnm(u_char *lfn, DOS_XDE *xde) argument
688 lfn += 13 * ((xde->seq & ~0x40) - 1);
694 if (!(*lfn++ = c))
698 *lfn = 0;

Completed in 70 milliseconds