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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dnamei.c26 int link_count, char *buf, ext2_ino_t *res_inode);
29 ext2_ino_t inode, int link_count,
39 root, dir, inode, link_count);
48 if (link_count++ > 5) {
64 link_count, buf, res_inode);
77 int link_count, char *buf,
104 link_count, buf, &dir);
115 int link_count, char *buf, ext2_ino_t *res_inode)
124 root, base, pathlen, pathname, link_count);
127 link_count, bu
28 follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, ext2_ino_t inode, int link_count, char *buf, ext2_ino_t *res_inode) argument
75 dir_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, const char *pathname, int pathlen, int link_count, char *buf, const char **name, int *namelen, ext2_ino_t *res_inode) argument
113 open_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t base, const char *pathname, size_t pathlen, int follow, int link_count, char *buf, ext2_ino_t *res_inode) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddir.c1249 ni->mrec->link_count = cpu_to_le16(1);
1352 int link_count = le16_to_cpu(ni->mrec->link_count); local
1362 if ((link_count == 1) ||
1363 (link_count == 2 && fn->file_name_type == FILE_NAME_DOS)) {
1490 ni->mrec->link_count = cpu_to_le16(le16_to_cpu(
1491 ni->mrec->link_count) - 1);
1506 if (ni->mrec->link_count) {
1643 ni->mrec->link_count = cpu_to_le16(le16_to_cpu(
1644 ni->mrec->link_count)
[all...]
H A Dmft.c372 mrec->link_count = cpu_to_le16(0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dntfs.c62 uint16_t link_count; member in struct:master_file_table_record
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h352 /* 18*/ u16 link_count; /* Number of hard links, i.e. the number of member in struct:__anon1233
356 check the link_count and if it is 1 we
360 decrement the link_count.
426 /* 18*/ u16 link_count; /* Number of hard links, i.e. the number of member in struct:__anon1234
430 check the link_count and if it is 1 we
434 decrement the link_count.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dlayout.h315 /* 18*/ le16 link_count; member in struct:__anon7547
375 /* 18*/ le16 link_count; member in struct:__anon7548
H A Dinode.c459 nr_links = le16_to_cpu(ctx->mrec->link_count);
599 vi->i_nlink = le16_to_cpu(m->link_count);
H A Dmft.c2049 m->link_count = 0;
2617 * is set to 1 but the mft record->link_count is 0. The caller
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dnamei.c616 if (current->link_count >= MAX_NESTED_LINKS)
625 current->link_count++;
629 current->link_count--;
1750 * thing by hands. The reason is that this way we have zero link_count
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs4/
H A Droot.c295 current->link_count) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h1077 int link_count, total_link_count; member in struct:task_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c7500 __u16 link_count, link_counted; local
7533 ext2fs_icount_fetch(ctx->inode_link_info, i, &link_count);
7544 &link_count);
7548 if (link_counted != link_count) {
7552 if (link_count != inode.i_links_count) {
7553 pctx.num = link_count;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c464 stbuf->st_nlink = le16_to_cpu(ni->mrec->link_count);

Completed in 225 milliseconds