Searched defs:link_count (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
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_minix.c309 int link_count = 0; local
356 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/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 56 milliseconds