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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c1629 ni->mrec->link_count = cpu_to_le16(1);
1732 int link_count = le16_to_cpu(ni->mrec->link_count); local
1742 if ((link_count == 1) ||
1743 (link_count == 2 && fn->file_name_type == FILE_NAME_DOS)) {
1884 ni->mrec->link_count = cpu_to_le16(le16_to_cpu(
1885 ni->mrec->link_count) - 1);
1932 if (ni->mrec->link_count) {
2109 ni->mrec->link_count = cpu_to_le16(le16_to_cpu(
2110 ni->mrec->link_count)
[all...]
H A Dlayout.h353 /* 18*/ u16 link_count; /* Number of hard links, i.e. the number of member in struct:__anon2341
357 check the link_count and if it is 1 we
361 decrement the link_count.
427 /* 18*/ u16 link_count; /* Number of hard links, i.e. the number of member in struct:__anon2342
431 check the link_count and if it is 1 we
435 decrement the link_count.
H A Dmft.c377 mrec->link_count = cpu_to_le16(0);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c2851 i = le16_to_cpu(m_file->link_count);
2857 m_file->link_count = cpu_to_le16(i + 1);
2867 m_file->link_count = cpu_to_le16(
2868 le16_to_cpu(m_file->link_count) - 1);
2889 m_file->link_count = cpu_to_le16(
2890 le16_to_cpu(m_file->link_count) - 1);
2966 i = le16_to_cpu(m_file->link_count);
2972 m_file->link_count = cpu_to_le16(i + 1);
2982 m_file->link_count = cpu_to_le16(
2983 le16_to_cpu(m_file->link_count)
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dfs_func.c812 stbuf->st_nlink = le16_to_cpu(ni->mrec->link_count);

Completed in 143 milliseconds