Searched refs:link_count (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/test/zfs-tests/tests/functional/link_count/ |
H A D | Makefile | 19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/link_count
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_jfs.c | 281 int namlen, cmp, n, link_count; in jfs_dir() local 285 link_count = 0; in jfs_dir() 292 if (++link_count > MAX_LINK_COUNT) { in jfs_dir()
|
H A D | fsys_minix.c | 309 int link_count = 0; in minix_dir() local 356 if (++link_count > MAX_LINK_COUNT) in minix_dir()
|
H A D | fsys_xfs.c | 542 int cmp, n, link_count; in xfs_dir() local 547 link_count = 0; in xfs_dir() 554 if (++link_count > MAX_LINK_COUNT) { in xfs_dir()
|
H A D | fsys_ext2fs.c | 559 int link_count = 0; in ext2fs_dir() local 653 if (++link_count > MAX_LINK_COUNT) in ext2fs_dir()
|
H A D | fsys_reiserfs.c | 1004 int link_count = 0; in reiserfs_dir() local 1032 if (++link_count > MAX_LINK_COUNT) in reiserfs_dir()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | devinfo.c | 256 int link_count; member 1442 st->link_count = 0; in di_snapshot() 2308 st->link_count++; in di_ldi_callback() 2316 int link_count; member 2334 (data->link_count * sizeof (struct di_link)); in i_link_walker() 2335 data->link_count++; in i_link_walker() 2337 ASSERT(data->link_off > 0 && data->link_count > 0); in i_link_walker() 2339 ASSERT(data->link_count <= data->st->link_count); in i_link_walker() 2409 ASSERT(data->link_count == 0); /* links not done yet */ in i_lnode_walker() 2473 ASSERT(st->link_count == 0); in di_getlink_data() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/runfiles/ |
H A D | common.run | 598 [tests/functional/link_count] 600 tags = ['functional', 'link_count']
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 4301 uint32_t link_count; in fcp_statec_callback() local 4405 link_count = pptr->port_link_cnt; in fcp_statec_callback() 4407 link_count, map_tag, FCP_CAUSE_LINK_DOWN); in fcp_statec_callback() 4454 link_count = pptr->port_link_cnt; in fcp_statec_callback() 4482 fcp_handle_devices(pptr, devlist, dev_cnt, link_count, in fcp_statec_callback() 4567 link_count = pptr->port_link_cnt; in fcp_statec_callback() 4570 link_count, map_tag, FCP_CAUSE_TGT_CHANGE); in fcp_statec_callback()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-zfstest.p5m | 2530 dir path=opt/zfs-tests/tests/functional/link_count 2531 file path=opt/zfs-tests/tests/functional/link_count/cleanup mode=0555 2532 file path=opt/zfs-tests/tests/functional/link_count/link_count_001 mode=0555 2533 file path=opt/zfs-tests/tests/functional/link_count/setup mode=0555
|