Searched refs:link_count (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_minix.c309 int link_count = 0; local
356 if (++link_count > MAX_LINK_COUNT)
H A Dfsys_jfs.c281 int namlen, cmp, n, link_count; local
285 link_count = 0;
292 if (++link_count > MAX_LINK_COUNT) {
H A Dfsys_xfs.c542 int cmp, n, link_count; local
547 link_count = 0;
554 if (++link_count > MAX_LINK_COUNT) {
H A Dfsys_ext2fs.c559 int link_count = 0; local
653 if (++link_count > MAX_LINK_COUNT)
H A Dfsys_reiserfs.c1004 int link_count = 0; local
1032 if (++link_count > MAX_LINK_COUNT)
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c1334 ni->mrec->link_count = cpu_to_le16(1);
1462 if (ni->nr_references > 1 && le16_to_cpu(ni->mrec->link_count) == 1) {
1551 ni->mrec->link_count) == 1 ||
1552 (le16_to_cpu(ni->mrec->link_count) == 2 &&
1563 le16_to_cpu(ni->mrec->link_count) == 2) {
1597 ni->mrec->link_count = cpu_to_le16(le16_to_cpu(
1598 ni->mrec->link_count) - 1);
1615 if (ni->mrec->link_count)
1758 ni->mrec->link_count = cpu_to_le16(le16_to_cpu(
1759 ni->mrec->link_count)
[all...]
H A Dmft.c329 mrec->link_count = cpu_to_le16(0);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c2805 i = le16_to_cpu(m_file->link_count);
2811 m_file->link_count = cpu_to_le16(i + 1);
2820 m_file->link_count = cpu_to_le16(
2821 le16_to_cpu(m_file->link_count) - 1);
2842 m_file->link_count = cpu_to_le16(
2843 le16_to_cpu(m_file->link_count) - 1);
2917 i = le16_to_cpu(m_file->link_count);
2923 m_file->link_count = cpu_to_le16(i + 1);
2932 m_file->link_count = cpu_to_le16(
2933 le16_to_cpu(m_file->link_count)
[all...]
H A Dntfsinfo.c2091 (unsigned)le16_to_cpu(mrec->link_count),
2092 (unsigned)le16_to_cpu(mrec->link_count));
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dudf.c230 grub_uint16_t link_count; member in struct:grub_udf_file_entry
255 grub_uint16_t link_count; member in struct:grub_udf_extended_file_entry
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h390 /* 18*/ le16 link_count; /* Number of hard links, i.e. the number of member in struct:__anon2047
394 check the link_count and if it is 1 we
398 decrement the link_count.
470 /* 18*/ le16 link_count; /* Number of hard links, i.e. the number of member in struct:__anon2048
474 check the link_count and if it is 1 we
478 decrement the link_count.

Completed in 108 milliseconds