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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_vnops.c1065 if (!old_name || (ni->link_count > 1 && ((long)strlen(old_name) !=
1248 if (!dir_ni->link_count) {
1315 m->link_count = const_cpu_to_le16(1);
1316 ni->link_count = 1;
1413 ni->link_count = 0;
1815 va->va_nlink = ni->link_count;
4120 if ((!is_rename && ni->link_count != le16_to_cpu(m->link_count)) ||
4121 (is_rename && ni->link_count !=
4122 (unsigned)le16_to_cpu(m->link_count)
[all...]
H A Dntfs_inode.c150 ni->link_count = 0;
513 if (!ni->link_count) {
550 if (ni->link_count > 1 || !old_parent_vn || !old_name) {
863 if (NInoDeleted(ni) || !ni->link_count) {
914 if (ni->link_count) {
929 ni->link_count = 1;
1114 if (!ni->link_count) {
1254 nr_links = le16_to_cpu(ctx->m->link_count);
1603 afp_ni->link_count = 0;
1749 * FIXME: Keep in mind that link_count i
4235 unsigned link_count = ni->link_count; local
[all...]
H A Dntfs_inode.h109 unsigned link_count; /* Number of hard links to this inode. Note we member in struct:_ntfs_inode
H A Dntfs_layout.h350 /* 18*/ le16 link_count; /* Number of hard links, i.e. the number of member in struct:__anon11333
354 check the link_count and if it is 1 we
358 decrement the link_count.
419 /* 18*/ le16 link_count; /* Number of hard links, i.e. the number of member in struct:__anon11334
423 check the link_count and if it is 1 we
427 decrement the link_count.
H A Dntfs_dir.c1048 * If the directory has been deleted, i.e. @dir_ni->link_count is zero, do not
1107 if (!dir_ni->link_count) {
H A Dntfs_vfsops.c797 ni->link_count = le16_to_cpu(m->link_count);

Completed in 170 milliseconds