Searched refs:fork (Results 1 - 25 of 104) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dextent.c23 const struct hfs_fork *fork, hfs_u16 block)
26 key->FkType = fork->fork;
27 hfs_put_nl(fork->entry->cnid, key->FNum);
166 * Changes the 'cache' field of the fork.
168 static inline void set_cache(struct hfs_fork *fork, struct hfs_extent *ext) argument
170 struct hfs_extent *tmp = fork->cache;
173 fork->cache = ext;
188 static struct hfs_extent * find_ext(struct hfs_fork *fork, int alloc_block) argument
190 struct hfs_cat_entry *entry = fork
22 build_key(struct hfs_ext_key *key, const struct hfs_fork *fork, hfs_u16 block) argument
294 delete_extent(struct hfs_fork *fork, struct hfs_extent *ext) argument
359 new_extent(struct hfs_fork *fork, struct hfs_extent *ext, hfs_u16 ablock, hfs_u16 start, hfs_u16 len, hfs_u16 ablksz) argument
411 update_ext(struct hfs_fork *fork, struct hfs_extent *ext) argument
456 shrink_fork(struct hfs_fork *fork, int ablocks) argument
513 grow_fork(struct hfs_fork *fork, int ablocks) argument
668 hfs_extent_adj(struct hfs_fork *fork) argument
700 hfs_extent_map(struct hfs_fork *fork, int block, int create) argument
754 hfs_extent_out(const struct hfs_fork *fork, hfs_byte_t dummy[12]) argument
769 hfs_extent_in(struct hfs_fork *fork, const hfs_byte_t dummy[12]) argument
787 hfs_extent_free(struct hfs_fork *fork) argument
[all...]
H A Dfile.c42 * that block from the fork. If 'create' is non-zero then allocate
43 * the necessary block(s) to the fork.
45 struct buffer_head *hfs_getblk(struct hfs_fork *fork, int block, int create) argument
48 struct super_block *sb = fork->entry->mdb->sys_mdb;
50 tmp = hfs_extent_map(fork, block, create);
57 hfs_cat_mark_dirty(fork->entry);
68 int tmp2 = hfs_extent_map(fork, block, 0);
97 phys = hfs_extent_map(HFS_I(inode)->fork, iblock, create);
152 if ((read = hfs_do_read(inode, HFS_I(inode)->fork, pos,
174 struct hfs_fork *fork local
212 struct hfs_fork *fork = HFS_I(inode)->fork; local
276 hfs_do_read(struct inode *inode, struct hfs_fork * fork, hfs_u32 pos, char * buf, hfs_u32 count, int reada) argument
431 hfs_do_write(struct inode *inode, struct hfs_fork * fork, hfs_u32 pos, const char * buf, hfs_u32 count) argument
[all...]
H A Dsuper.c141 char names, fork; local
158 fork = '?';
246 } else if (!strcmp(this_char,"fork") && value) {
252 fork = *value;
279 /* Parse the "fork" and "names" options */
280 if (fork == '?') {
281 fork = hsb->s_afpd ? 'n' : 'c';
283 switch (fork) {
310 names = fork;
345 case 's': /* since 'alpha' is the default if fork
[all...]
H A Dfile_hdr.c407 struct hfs_fork *fork; local
442 fork = NULL;
446 fork = &entry->u.file.data_fork;
447 limit = fork->lsize;
451 fork = &entry->u.file.rsrc_fork;
452 limit = fork->lsize;
556 } else if (fork) {
557 left = hfs_do_read(inode, fork, offset, buf, left,
685 struct hfs_fork *fork; local
734 fork
939 struct hfs_fork *fork; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/tests/
H A Dsyslog_test.c16 if (fork()==0)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dhfs_fs_i.h26 struct hfs_fork *fork; member in struct:hfs_inode_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dhfs_fs_i.h26 struct hfs_fork *fork; member in struct:hfs_inode_info
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Ddaemon.c41 switch (fork()) {
H A Dgz_open.c17 if ((*pid = fork()) == -1) {
18 error_msg("fork failed");
H A Dlibc5.c106 switch (fork()) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/web/
H A Dstartstop.c33 if (fork()) {
53 if (fork()) {
73 if (fork()) {
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Digd.h90 if (fork() == 0) {
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/nsswitch/
H A Dgetgrent_r.c59 if ((pid = fork()) == -1) {
60 printf("ERROR: unable to fork\n");
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Dmain.c36 fprintf(stderr, "-f -- Do not fork\n");
90 i = fork();
92 perror("fork");
101 i = fork();
103 perror("fork");
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Ddocproc.c90 switch(pid=fork())
93 perror("fork");
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dtest_rw_pipe.c22 if( (pid = fork()) < 0) exit(1);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/
H A Dfpopen.c96 if ((pid = fork()) < 0) {
97 perror("fork");
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ss/
H A Dpager.c81 switch(fork()) {
100 #else /* don't fork */
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A DMakefile14 obj-y = sched.o dma.o fork.o exec_domain.o panic.o printk.o \
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/plugins/
H A Dpassprompt.c45 if ((kid = fork()) == (pid_t) -1) {
46 warn("Can't fork to run %s", promptprog);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/
H A Dpassprompt.c45 if ((kid = fork()) == (pid_t) -1) {
46 warn("Can't fork to run %s", promptprog);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/
H A Dpassprompt.c45 if ((kid = fork()) == (pid_t) -1) {
46 warn("Can't fork to run %s", promptprog);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsock_exec.c105 if (fork() == 0) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tests/
H A Dfcntl_lock64.c39 if (!(pid=fork())) {
H A Dshared_mmap.c33 if (fork() == 0) {

Completed in 107 milliseconds

12345