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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Ddbminit.c53 char* dir_file; /* Used to construct "file.dir". */ local
62 dir_file = (char *) malloc (strlen (file)+5);
63 if ((pag_file == NULL) || (dir_file == NULL))
71 strcpy (dir_file, file);
72 strcat (dir_file, ".dir");
96 if (stat (dir_file, &dir_stat) == 0)
99 if (unlink (dir_file) != 0 || link (pag_file, dir_file) != 0)
110 to link the dir_file to the pag_file. */
111 if (link (pag_file, dir_file) !
[all...]
H A Ddbmopen.c62 char* dir_file; /* Used to construct "file.dir". */ local
69 dir_file = (char *) malloc (strlen (file)+5);
70 if ((pag_file == NULL) || (dir_file == NULL))
78 strcpy (dir_file, file);
79 strcat (dir_file, ".dir");
110 if (stat (dir_file, &dir_stat) == 0)
113 if (unlink (dir_file) != 0 || link (pag_file, dir_file) != 0)
124 to link the dir_file to the pag_file. */
125 if (link (pag_file, dir_file) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Ddbminit.c53 char* dir_file; /* Used to construct "file.dir". */ local
62 dir_file = (char *) malloc (strlen (file)+5);
63 if ((pag_file == NULL) || (dir_file == NULL))
71 strcpy (dir_file, file);
72 strcat (dir_file, ".dir");
96 if (stat (dir_file, &dir_stat) == 0)
99 if (unlink (dir_file) != 0 || link (pag_file, dir_file) != 0)
110 to link the dir_file to the pag_file. */
111 if (link (pag_file, dir_file) !
[all...]
H A Ddbmopen.c62 char* dir_file; /* Used to construct "file.dir". */ local
69 dir_file = (char *) malloc (strlen (file)+5);
70 if ((pag_file == NULL) || (dir_file == NULL))
78 strcpy (dir_file, file);
79 strcat (dir_file, ".dir");
110 if (stat (dir_file, &dir_stat) == 0)
113 if (unlink (dir_file) != 0 || link (pag_file, dir_file) != 0)
124 to link the dir_file to the pag_file. */
125 if (link (pag_file, dir_file) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Ddir.c331 int ext3_htree_store_dirent(struct file *dir_file, __u32 hash, argument
340 info = (struct dir_private_info *) dir_file->private_data;
H A Dnamei.c566 static int htree_dirblock_to_tree(struct file *dir_file, argument
588 dir_file->f_pos = (dir_file->f_pos |
600 if ((err = ext3_htree_store_dirent(dir_file,
620 int ext3_htree_fill_tree(struct file *dir_file, __u32 start_hash, argument
634 dir = dir_file->f_path.dentry->d_inode;
641 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo,
648 frame = dx_probe(NULL, dir_file->f_path.dentry->d_inode, &hinfo, frames, &err);
655 if ((err = ext3_htree_store_dirent(dir_file, 0, 0, de)) != 0)
662 if ((err = ext3_htree_store_dirent(dir_file,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Ddir.c338 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, argument
347 info = dir_file->private_data;
H A Dnamei.c565 static int htree_dirblock_to_tree(struct file *dir_file, argument
588 dir_file->f_pos = (dir_file->f_pos |
600 if ((err = ext4_htree_store_dirent(dir_file,
620 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, argument
634 dir = dir_file->f_path.dentry->d_inode;
641 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo,
655 if ((err = ext4_htree_store_dirent(dir_file, 0, 0, de)) != 0)
662 if ((err = ext4_htree_store_dirent(dir_file, 2, 0, de)) != 0)
669 ret = htree_dirblock_to_tree(dir_file, di
[all...]
H A Dext4.h1588 extern int ext4_htree_store_dirent(struct file *dir_file, __u32 hash,
1679 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dext3_fs.h864 extern int ext3_htree_store_dirent(struct file *dir_file, __u32 hash,
919 extern int ext3_htree_fill_tree(struct file *dir_file, __u32 start_hash,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c217 static char *vms_path_fixdown(ZCONST char *dir_spec, char *dir_file);
2984 static char *vms_path_fixdown(ZCONST char *dir_spec, char *dir_file)
3021 sprintf(dir_file, "%.*s000000%c%.*s%s",
3030 sprintf(dir_file, "%.*s%c%.*s%s",
3036 return dir_file;

Completed in 137 milliseconds