Searched refs:dotdot (Results 1 – 12 of 12) sorted by relevance
/freebsd/tests/sys/fs/fusefs/ |
H A D | readdir.cc | 64 const char dotdot[] = ".."; variable 81 ents[0].d_namlen = sizeof(dotdot); in TEST_F() 83 strncpy(ents[0].d_name, dotdot, ents[0].d_namlen); in TEST_F() 101 EXPECT_EQ(sizeof(dotdot), de->d_namlen); in TEST_F() 102 EXPECT_EQ(0, strcmp(dotdot, de->d_name)); in TEST_F() 207 ents0[0].d_namlen = sizeof(dotdot); in TEST_F() 209 strncpy(ents0[0].d_name, dotdot, ents0[0].d_namlen); in TEST_F()
|
H A D | lookup.cc | 177 TEST_F(Lookup, dotdot) in TEST_F() argument
|
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs.h | 64 struct puffs_node *dotdot; member 74 #define df_dotdot u.dir.dotdot
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs.c | 198 struct pfs_node *dot, *dotdot; in pfs_fixup_dir_flags() local 203 dotdot = pfs_alloc_node_flags(parent->pn_info, "..", pfstype_parent, flags); in pfs_fixup_dir_flags() 204 if (dotdot == NULL) { in pfs_fixup_dir_flags() 209 pfs_add_node(parent, dotdot); in pfs_fixup_dir_flags()
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_devs.c | 269 struct devfs_dirent *dotdot, u_int inode) in devfs_vmkdir() argument 303 if (dotdot == NULL) { in devfs_vmkdir() 306 de->de_dir = dotdot; in devfs_vmkdir() 308 TAILQ_INSERT_TAIL(&dotdot->de_dlist, dd, de_list); in devfs_vmkdir() 309 dotdot->de_links++; in devfs_vmkdir()
|
/freebsd/contrib/tcsh/ |
H A D | sh.dir.c | 338 int dotdot = 0; in dnormalize() local 350 dotdot++; in dnormalize() 355 if (dotdot == 0) in dnormalize() 392 dotdot = 0; in dnormalize() 402 dotdot++; in dnormalize() 411 while (dotdot > 0) in dnormalize() 418 dotdot--; in dnormalize()
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_htree.c | 673 struct ext2fs_direct_2 *ep, *dotdot; in ext2_htree_create_index() local 695 dotdot = (struct ext2fs_direct_2 *)((char *)&(root->h_dotdot)); in ext2_htree_create_index() 696 ep = (struct ext2fs_direct_2 *)((char *)dotdot + in ext2_htree_create_index() 697 le16toh(dotdot->e2d_reclen)); in ext2_htree_create_index() 711 dotdot->e2d_reclen = htole16(blksize - EXT2_DIR_REC_LEN(1)); in ext2_htree_create_index()
|
/freebsd/contrib/netbsd-tests/fs/tmpfs/ |
H A D | t_rename.sh | 84 atf_test_case dotdot 272 atf_add_test_case dotdot
|
/freebsd/libexec/tftpd/tests/ |
H A D | functional.c | 479 TFTPD_TC_DEFINE(dotdot,) 1249 TFTPD_TC_ADD(tp, dotdot); in ATF_TP_ADD_TCS()
|
/freebsd/usr.sbin/makefs/msdos/ |
H A D | msdosfs_vnops.c | 512 struct direntry dotdot; member
|
/freebsd/contrib/lib9p/backend/ |
H A D | fs.c | 1791 bool dotdot; in fs_walk() local 1868 dotdot = false; in fs_walk() 1885 dotdot = true; in fs_walk() 1887 if (dotdot) { in fs_walk()
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_vnops.c | 1313 struct direntry dotdot; member
|