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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dsymlink.c132 if (THREAD_SIZE < 8192 && current->link_count >= 6) { ll_follow_link()
134 } else if (THREAD_SIZE == 8192 && current->link_count >= 8) { ll_follow_link()
/linux-4.1.27/fs/udf/
H A Dinode.c1287 unsigned int link_count; udf_read_inode() local
1433 link_count = le16_to_cpu(fe->fileLinkCount); udf_read_inode()
1434 if (!link_count) { udf_read_inode()
1439 link_count = 1; udf_read_inode()
1441 set_nlink(inode, link_count); udf_read_inode()
/linux-4.1.27/drivers/staging/rtl8723au/include/
H A Drtw_mlme_ext.h324 u32 link_count; member in struct:mlme_ext_info
/linux-4.1.27/drivers/staging/rtl8723au/core/
H A Drtw_mlme_ext.c400 pmlmeinfo->link_count = 0; init_mlme_ext_priv23a_value()
4430 pmlmeinfo->link_count = 0; start_clnt_auth()
5232 pmlmeinfo->link_count++ == 0xf) || linked_status_chk23a()
5259 pmlmeinfo->link_count++ == 0xf) linked_status_chk23a()
5280 pmlmeinfo->link_count &= 0xf; linked_status_chk23a()
5283 pmlmeinfo->link_count = 0; linked_status_chk23a()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
H A Drtw_mlme_ext.c250 pmlmeinfo->link_count = 0; init_mlme_ext_priv_value()
4011 pmlmeinfo->link_count = 0; start_clnt_auth()
4766 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == 0xf) || rx_chk != _SUCCESS) { linked_status_chk()
4785 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == 0xf) { linked_status_chk()
4804 pmlmeinfo->link_count &= 0xf; linked_status_chk()
4807 pmlmeinfo->link_count = 0; linked_status_chk()
/linux-4.1.27/fs/ntfs/
H A Dlayout.h340 /* 18*/ le16 link_count; /* Number of hard links, i.e. the number of member in struct:__anon11148
344 check the link_count and if it is 1 we
348 decrement the link_count.
409 /* 18*/ le16 link_count; /* Number of hard links, i.e. the number of member in struct:__anon11149
413 check the link_count and if it is 1 we
417 decrement the link_count.
H A Dinode.c465 nr_links = le16_to_cpu(ctx->mrec->link_count); ntfs_is_extended_system_file()
606 * FIXME: Keep in mind that link_count is two for files which have both ntfs_read_locked_inode()
614 set_nlink(vi, le16_to_cpu(m->link_count)); ntfs_read_locked_inode()
H A Dmft.c2055 m->link_count = 0; ntfs_mft_record_layout()
2626 * is set to 1 but the mft record->link_count is 0. The caller ntfs_mft_record_alloc()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Drtw_mlme_ext.h313 u32 link_count; member in struct:mlme_ext_info
/linux-4.1.27/fs/
H A Dnamei.c1661 if (unlikely(current->link_count >= MAX_NESTED_LINKS)) { nested_symlink()
1669 current->link_count++; nested_symlink()
1682 current->link_count--; nested_symlink()
/linux-4.1.27/include/linux/
H A Dsched.h1465 int link_count, total_link_count; member in struct:task_struct

Completed in 687 milliseconds