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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dntfs.c62 uint16_t link_count; member in struct:master_file_table_record
/netgear-R7000-V1.0.7.12_1.2.5/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:__anon4179
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:__anon4180
430 check the link_count and if it is 1 we
434 decrement the link_count.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlayout.h304 /* 18*/ le16 link_count; member in struct:__anon16819
364 /* 18*/ le16 link_count; member in struct:__anon16820
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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dnamei.c569 if (current->link_count >= MAX_NESTED_LINKS)
578 current->link_count++;
585 current->link_count--;
1830 * link_count and path_walk() (called from ->follow_link)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c464 stbuf->st_nlink = le16_to_cpu(ni->mrec->link_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsched.h1291 int link_count, total_link_count; member in struct:task_struct

Completed in 136 milliseconds