Searched refs:isdot (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/fsck_ffs/
H A Dsuj.c860 ino_isat(ino_t parent, off_t diroff, ino_t child, int *mode, int *isdot) argument
872 *isdot = 0;
935 *isdot = 1;
938 *isdot = 1;
1169 int isdot; local
1172 if (ino_isat(sino->si_ino, DOTDOT_OFFSET, parent, &mode, &isdot))
1348 int isdot; local
1365 &recmode, &isdot) == 0)
1633 int isdot; local
1648 rrec->jr_ino, &mode, &isdot);
[all...]
/freebsd-9.3-release/sys/fs/smbfs/
H A Dsmbfs_vnops.c1098 int error, islastcn, isdot; local
1127 isdot = (nmlen == 1 && name[0] == '.');
1220 if (isdot) {
1236 if (isdot)
1252 } else if (isdot) {
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2_sf.c85 int isdot; /* entry is "." */ local
114 isdot = dep->namelen == 1 && dep->name[0] == '.';
119 if (!isdot)
122 if (!isdot && !isdotdot) {

Completed in 129 milliseconds