/src/tests/kernel/ |
t_proccwd.c | 112 struct stat root_dir; local in function:ATF_TC_BODY 124 ATF_REQUIRE_EQ(stat("/", &root_dir), 0); 126 if (cur_dir.st_ino == root_dir.st_ino)
|
t_proccwd.c | 112 struct stat root_dir; local in function:ATF_TC_BODY 124 ATF_REQUIRE_EQ(stat("/", &root_dir), 0); 126 if (cur_dir.st_ino == root_dir.st_ino)
|
/src/sys/fs/udf/ |
udf_vfsops.c | 757 struct udf_node *root_dir; local in function:udf_root 763 error = udf_get_node(ump, dir_loc, &root_dir, lktype); 768 KASSERT(root_dir); 769 vp = root_dir->vnode;
|
udf_vfsops.c | 757 struct udf_node *root_dir; local in function:udf_root 763 error = udf_get_node(ump, dir_loc, &root_dir, lktype); 768 KASSERT(root_dir); 769 vp = root_dir->vnode;
|
/src/sbin/newfs_ext2fs/ |
mke2fs.c | 890 struct ext2fs_direct root_dir[] = { variable in typeref:struct:ext2fs_direct[] 984 root_dir[0].e2d_type = EXT2_FT_DIR; 985 root_dir[1].e2d_type = EXT2_FT_DIR; 987 root_dir[2].e2d_type = EXT2_FT_DIR; 992 node.e2di_size = makedir(root_dir, __arraycount(root_dir));
|
mke2fs.c | 890 struct ext2fs_direct root_dir[] = { variable in typeref:struct:ext2fs_direct[] 984 root_dir[0].e2d_type = EXT2_FT_DIR; 985 root_dir[1].e2d_type = EXT2_FT_DIR; 987 root_dir[2].e2d_type = EXT2_FT_DIR; 992 node.e2di_size = makedir(root_dir, __arraycount(root_dir));
|
/src/sbin/newfs/ |
mkfs.c | 1004 struct direct root_dir[] = { variable in typeref:struct:direct[] 1141 node.dp1.di_size = makedir(&buf, root_dir, PREDEFDIR); 1168 node.dp2.di_size = makedir(&buf, root_dir, PREDEFDIR);
|
mkfs.c | 1004 struct direct root_dir[] = { variable in typeref:struct:direct[] 1141 node.dp1.di_size = makedir(&buf, root_dir, PREDEFDIR); 1168 node.dp2.di_size = makedir(&buf, root_dir, PREDEFDIR);
|