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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Ddir.c337 int ext3_htree_store_dirent(struct file *dir_file, __u32 hash, argument
346 info = (struct dir_private_info *) dir_file->private_data;
H A Dnamei.c536 static int htree_dirblock_to_tree(struct file *dir_file, argument
558 dir_file->f_pos = (dir_file->f_pos |
570 if ((err = ext3_htree_store_dirent(dir_file,
590 int ext3_htree_fill_tree(struct file *dir_file, __u32 start_hash, argument
604 dir = dir_file->f_path.dentry->d_inode;
608 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo,
615 frame = dx_probe(NULL, dir_file->f_path.dentry->d_inode, &hinfo, frames, &err);
622 if ((err = ext3_htree_store_dirent(dir_file, 0, 0, de)) != 0)
629 if ((err = ext3_htree_store_dirent(dir_file,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Ddir.c337 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, argument
346 info = (struct dir_private_info *) dir_file->private_data;
H A Dnamei.c536 static int htree_dirblock_to_tree(struct file *dir_file, argument
558 dir_file->f_pos = (dir_file->f_pos |
570 if ((err = ext4_htree_store_dirent(dir_file,
590 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, argument
604 dir = dir_file->f_path.dentry->d_inode;
608 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo,
615 frame = dx_probe(NULL, dir_file->f_path.dentry->d_inode, &hinfo, frames, &err);
622 if ((err = ext4_htree_store_dirent(dir_file, 0, 0, de)) != 0)
629 if ((err = ext4_htree_store_dirent(dir_file,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext3_fs.h785 extern int ext3_htree_store_dirent(struct file *dir_file, __u32 hash,
838 extern int ext3_htree_fill_tree(struct file *dir_file, __u32 start_hash,
H A Dext4_fs.h823 extern int ext4_htree_store_dirent(struct file *dir_file, __u32 hash,
878 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash,

Completed in 70 milliseconds