Home
last modified time | relevance | path

Searched refs:bfs (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/fs/btrfs/
Dbtrfs.c86 struct btrfs_info * const bfs = fs->fs_info; in insert_map() local
87 struct btrfs_chunk_map *chunk_map = &bfs->chunk_map; in insert_map()
122 struct btrfs_info * const bfs = fs->fs_info; in logical_physical() local
123 struct btrfs_chunk_map *chunk_map = &bfs->chunk_map; in logical_physical()
160 struct btrfs_info * const bfs = fs->fs_info; in btrfs_read_super_block() local
162 bfs->sb.total_bytes = ~0; /* Unknown as of yet */ in btrfs_read_super_block()
167 if (offset >= bfs->sb.total_bytes) in btrfs_read_super_block()
185 memcpy(&bfs->sb, &buf, sizeof(bfs->sb)); in btrfs_read_super_block()
239 struct btrfs_info * const bfs = fs->fs_info; in search_tree() local
240 union tree_buf *tree_buf = bfs->tree_buf; in search_tree()
[all …]
/external/iputils/
Dtftpsubs.c64 } bfs[2]; variable
89 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */ in rw_init()
91 bfs[1].counter = BF_FREE; in rw_init()
93 return (struct tftphdr *)bfs[0].buf; in rw_init()
104 bfs[current].counter = BF_FREE; /* free old one */ in readit()
107 b = &bfs[current]; /* look at new buffer */ in readit()
129 b = &bfs[nextone]; /* look at "next" buffer */ in read_ahead()
169 bfs[current].counter = ct; /* set size of data to write */ in writeit()
171 if (bfs[current].counter != BF_FREE) /* if not free */ in writeit()
173 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */ in writeit()
[all …]
/external/curl/tests/server/
Dtftpd.c185 static struct bf bfs[2]; variable
433 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */ in rw_init()
435 bfs[1].counter = BF_FREE; in rw_init()
437 return &bfs[0].buf.hdr; in rw_init()
458 bfs[current].counter = BF_FREE; /* free old one */ in readit()
461 b = &bfs[current]; /* look at new buffer */ in readit()
482 b = &bfs[nextone]; /* look at "next" buffer */ in read_ahead()
536 bfs[current].counter = ct; /* set size of data to write */ in writeit()
538 if(bfs[current].counter != BF_FREE) /* if not free */ in writeit()
540 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */ in writeit()
[all …]
/external/guice/lib/build/
Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...