Searched refs:add_file (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dprocfs.c464 static void add_file(struct super_block *sb, char *name, function
486 add_file(sb, "version", show_version);
487 add_file(sb, "super", show_super);
488 add_file(sb, "per-level", show_per_level);
489 add_file(sb, "bitmap", show_bitmap);
490 add_file(sb, "on-disk-super", show_on_disk_super);
491 add_file(sb, "oidmap", show_oidmap);
492 add_file(sb, "journal", show_journal);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_rpc_samsync.c1753 FILE *add_file = NULL, *mod_file = NULL, *ldif_file = NULL; local
1789 if (!(add_file = fdopen(smb_mkstemp(add_name),"w"))) {
1834 populate_ldap_for_ldif(sid, suffix, builtin_sid, add_file);
1905 add_file, sid, suffix);
1912 &accountmap[a_index], add_file,
1920 add_file, sid, suffix, db_type);
1984 fseek(add_file, 0, SEEK_SET);
1985 transfer_file(fileno(add_file), fileno(ldif_file), (size_t) -1);
2006 if (add_file) {
2007 fclose(add_file);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_fs.c66 extern int add_file(long long, long long, long long, unsigned int *, int,
228 add_file(start, inode.file_size, file_bytes,
278 add_file(start, inode.file_size, file_bytes,
H A Dmksquashfs.c2049 void add_file(long long start, long long file_size, long long file_bytes, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dconcatdec.c98 static int add_file(AVFormatContext *avf, char *filename, ConcatFile **rfile, function
347 if ((ret = add_file(avf, filename, &file, &nb_files_alloc)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-core.c1103 add_file( TrCore * core, function
1194 handled = add_file( core, file, do_start, do_prompt, do_notify );
1211 add_file( core, l->data, do_start, do_prompt, do_notify );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html12751 print STDERR "# add_file $element->{'file'} for $element->{'texi'}\n" if ($T2H_DEBUG & $DEBUG_ELEMENTS);
12752 add_file($element->{'file'});
12770 add_file($docu_doc);
12953 sub add_file($) subroutine

Completed in 387 milliseconds