Searched refs:fid (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_select_file.c92 int fid; member in struct:__anon1367
141 ts->fid = mkstemp(ts->fname);
142 //(void) fprintf(stderr, "server: ts->fname = %s: ts->fid = %d\n",ts->fname, ts->fid);
144 if (ts->fid <= 0) {
150 close(ts->fid);
169 // read(newsock, &state->fid, 1);
306 int N, fid, fd; local
332 fid = (*ts->fid_f)(ts);
333 //(void) fprintf(stderr, "initworker: fid i
[all...]
H A Dlmbench_select_tcp.c107 int fid; member in struct:__anon1368
159 ts->fid = mkstemp(ts->fname);
160 if (ts->fid <= 0) {
166 close(ts->fid);
183 read(newsock, &ts->fid, 1);
534 int N, fid, fd; local
557 fid = (*ts->fid_f)(ts);
558 if (fid <= 0) {
565 fd = dup(fid);
578 close(fid);
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.h300 int hfs_uncompressed_size_of_compressed_file(struct hfsmount *hfsmp, struct vnode *vp, cnid_t fid, off_t *size, int skiplock);
H A Dhfs_vfsutils.c2326 u_int32_t fid; local
2344 fid = GetFileInfo(vcb, kRootDirID, ".journal_info_block", &jib_attr, &jib_fork);
2345 if (fid == 0 || jib_fork.cf_extents[0].startBlock == 0 || jib_fork.cf_size == 0) {
2351 hfsmp->hfs_jnlinfoblkid = fid;
2384 fid = GetFileInfo(vcb, kRootDirID, ".journal", &jattr, &jfork);
2385 if (fid == 0 || jfork.cf_extents[0].startBlock == 0 || jfork.cf_size == 0) {
2392 hfsmp->hfs_jnlfileid = fid;
H A Dhfs_vnops.c367 * if the caller has passed a valid vnode (has a ref count > 0), then hfsmp and fid are not required.
368 * if the caller doesn't have a vnode, pass NULL in vp, and pass valid hfsmp and fid.
374 hfs_uncompressed_size_of_compressed_file(struct hfsmount *hfsmp, struct vnode *vp, cnid_t fid, off_t *size, int skiplock) argument
384 if (!hfsmp || !fid) { /* make sure we have the required parameters */
387 if (0 != hfs_vget(hfsmp, fid, &vp, skiplock, 0)) { /* vnode is null, use hfs_vget() to get it */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c1035 uint64_t fid = 0; local
1044 ATTR_PACK8(ab, fid);
1046 ATTR_PACK8(ab, fid);

Completed in 97 milliseconds