Symbol: fileid_t
share/examples/puffs/pgfs/pgfs_puffs.c
1040
fileid_t parent_fileid = cookie_to_fileid(opc);
share/examples/puffs/pgfs/pgfs_puffs.c
1041
fileid_t new_fileid;
share/examples/puffs/pgfs/pgfs_puffs.c
1093
fileid_t fileid = cookie_to_fileid(opc);
share/examples/puffs/pgfs/pgfs_puffs.c
1125
fileid_t fileid = cookie_to_fileid(opc);
share/examples/puffs/pgfs/pgfs_puffs.c
1155
fileid_t fileid = cookie_to_fileid(opc);
share/examples/puffs/pgfs/pgfs_puffs.c
124
fileid_t parent_fileid;
share/examples/puffs/pgfs/pgfs_puffs.c
125
fileid_t child_fileid;
share/examples/puffs/pgfs/pgfs_puffs.c
293
fileid_t parent_fileid;
share/examples/puffs/pgfs/pgfs_puffs.c
295
fileid_t child_fileid;
share/examples/puffs/pgfs/pgfs_puffs.c
384
fileid_t parent_fileid = cookie_to_fileid(opc);
share/examples/puffs/pgfs/pgfs_puffs.c
385
fileid_t new_fileid;
share/examples/puffs/pgfs/pgfs_puffs.c
426
fileid_t parent_fileid = cookie_to_fileid(opc);
share/examples/puffs/pgfs/pgfs_puffs.c
427
fileid_t new_fileid;
share/examples/puffs/pgfs/pgfs_puffs.c
467
fileid_t fileid = cookie_to_fileid(opc);
share/examples/puffs/pgfs/pgfs_puffs.c
541
fileid_t fileid = cookie_to_fileid(opc);
share/examples/puffs/pgfs/pgfs_puffs.c
58
static fileid_t
share/examples/puffs/pgfs/pgfs_puffs.c
593
fileid_t dir_fileid = cookie_to_fileid(dir_opc);
share/examples/puffs/pgfs/pgfs_puffs.c
594
fileid_t targ_fileid = cookie_to_fileid(targ_opc);
share/examples/puffs/pgfs/pgfs_puffs.c
62
return (fileid_t)(uintptr_t)cookie;
share/examples/puffs/pgfs/pgfs_puffs.c
635
fileid_t fileid = cookie_to_fileid(opc);
share/examples/puffs/pgfs/pgfs_puffs.c
636
fileid_t targ_fileid = cookie_to_fileid(targ);
share/examples/puffs/pgfs/pgfs_puffs.c
66
fileid_to_cookie(fileid_t id)
share/examples/puffs/pgfs/pgfs_puffs.c
673
fileid_t parent_fileid = cookie_to_fileid(opc);
share/examples/puffs/pgfs/pgfs_puffs.c
674
fileid_t targ_fileid = cookie_to_fileid(targ);
share/examples/puffs/pgfs/pgfs_puffs.c
722
fileid_t fileid = cookie_to_fileid(opc);
share/examples/puffs/pgfs/pgfs_puffs.c
759
fileid_t fileid = cookie_to_fileid(opc);
share/examples/puffs/pgfs/pgfs_puffs.c
88
fileid_t fileid = cookie_to_fileid(opc);
share/examples/puffs/pgfs/pgfs_puffs.c
955
fileid_t fileid_src_dir = cookie_to_fileid(src_dir);
share/examples/puffs/pgfs/pgfs_puffs.c
956
fileid_t fileid_src = cookie_to_fileid(src);
share/examples/puffs/pgfs/pgfs_puffs.c
957
fileid_t fileid_targ_dir = cookie_to_fileid(targ_dir);
share/examples/puffs/pgfs/pgfs_puffs.c
958
fileid_t fileid_targ = cookie_to_fileid(targ);
share/examples/puffs/pgfs/pgfs_subs.c
123
fileid_t fileid;
share/examples/puffs/pgfs/pgfs_subs.c
139
fileid_lock(fileid_t fileid, struct puffs_cc *cc)
share/examples/puffs/pgfs/pgfs_subs.c
365
lo_lookup_by_fileid(struct Xconn *xc, fileid_t fileid, Oid *idp)
share/examples/puffs/pgfs/pgfs_subs.c
385
lo_open_by_fileid(struct Xconn *xc, fileid_t fileid, int mode, int *fdp)
share/examples/puffs/pgfs/pgfs_subs.c
404
getsize(struct Xconn *xc, fileid_t fileid, int *resultp)
share/examples/puffs/pgfs/pgfs_subs.c
438
getattr(struct Xconn *xc, fileid_t fileid, struct vattr *va, unsigned int mask)
share/examples/puffs/pgfs/pgfs_subs.c
577
update_mctime(struct Xconn *xc, fileid_t fileid)
share/examples/puffs/pgfs/pgfs_subs.c
590
update_atime(struct Xconn *xc, fileid_t fileid)
share/examples/puffs/pgfs/pgfs_subs.c
601
update_mtime(struct Xconn *xc, fileid_t fileid)
share/examples/puffs/pgfs/pgfs_subs.c
613
update_ctime(struct Xconn *xc, fileid_t fileid)
share/examples/puffs/pgfs/pgfs_subs.c
624
update_nlink(struct Xconn *xc, fileid_t fileid, int delta)
share/examples/puffs/pgfs/pgfs_subs.c
637
lookupp(struct Xconn *xc, fileid_t fileid, fileid_t *parent)
share/examples/puffs/pgfs/pgfs_subs.c
661
fileid_t *idp)
share/examples/puffs/pgfs/pgfs_subs.c
690
linkfile(struct Xconn *xc, fileid_t parent, const char *name, fileid_t child)
share/examples/puffs/pgfs/pgfs_subs.c
711
unlinkfile(struct Xconn *xc, fileid_t parent, const char *name, fileid_t child)
share/examples/puffs/pgfs/pgfs_subs.c
740
mklinkfile(struct Xconn *xc, fileid_t parent, const char *name,
share/examples/puffs/pgfs/pgfs_subs.c
741
enum vtype vtype, mode_t mode, uid_t uid, gid_t gid, fileid_t *idp)
share/examples/puffs/pgfs/pgfs_subs.c
743
fileid_t fileid;
share/examples/puffs/pgfs/pgfs_subs.c
761
mklinkfile_lo(struct Xconn *xc, fileid_t parent_fileid, const char *name,
share/examples/puffs/pgfs/pgfs_subs.c
762
enum vtype vtype, mode_t mode, uid_t uid, gid_t gid, fileid_t *fileidp,
share/examples/puffs/pgfs/pgfs_subs.c
766
fileid_t new_fileid;
share/examples/puffs/pgfs/pgfs_subs.c
797
cleanupfile(struct Xconn *xc, fileid_t fileid)
share/examples/puffs/pgfs/pgfs_subs.c
881
check_path(struct Xconn *xc, fileid_t gate_fileid, fileid_t child_fileid)
share/examples/puffs/pgfs/pgfs_subs.c
884
fileid_t parent_fileid;
share/examples/puffs/pgfs/pgfs_subs.c
928
isempty(struct Xconn *xc, fileid_t fileid, bool *emptyp)
share/examples/puffs/pgfs/pgfs_subs.h
31
struct fileid_lock_handle *fileid_lock(fileid_t, struct puffs_cc *);
share/examples/puffs/pgfs/pgfs_subs.h
44
int lo_open_by_fileid(struct Xconn *, fileid_t, int, int *);
share/examples/puffs/pgfs/pgfs_subs.h
57
int getattr(struct Xconn *, fileid_t, struct vattr *, unsigned int);
share/examples/puffs/pgfs/pgfs_subs.h
58
int update_mctime(struct Xconn *, fileid_t);
share/examples/puffs/pgfs/pgfs_subs.h
59
int update_atime(struct Xconn *, fileid_t);
share/examples/puffs/pgfs/pgfs_subs.h
60
int update_mtime(struct Xconn *, fileid_t);
share/examples/puffs/pgfs/pgfs_subs.h
61
int update_ctime(struct Xconn *, fileid_t);
share/examples/puffs/pgfs/pgfs_subs.h
62
int update_nlink(struct Xconn *, fileid_t, int);
share/examples/puffs/pgfs/pgfs_subs.h
63
int lookupp(struct Xconn *, fileid_t, fileid_t *);
share/examples/puffs/pgfs/pgfs_subs.h
64
int mkfile(struct Xconn *, enum vtype, mode_t, uid_t, gid_t, fileid_t *);
share/examples/puffs/pgfs/pgfs_subs.h
65
int linkfile(struct Xconn *, fileid_t, const char *, fileid_t);
share/examples/puffs/pgfs/pgfs_subs.h
66
int unlinkfile(struct Xconn *, fileid_t, const char *, fileid_t);
share/examples/puffs/pgfs/pgfs_subs.h
67
int mklinkfile(struct Xconn *, fileid_t, const char *, enum vtype, mode_t,
share/examples/puffs/pgfs/pgfs_subs.h
68
uid_t, gid_t, fileid_t *);
share/examples/puffs/pgfs/pgfs_subs.h
69
int mklinkfile_lo(struct Xconn *, fileid_t, const char *, enum vtype, mode_t,
share/examples/puffs/pgfs/pgfs_subs.h
70
uid_t, gid_t, fileid_t *, int *);
share/examples/puffs/pgfs/pgfs_subs.h
71
int cleanupfile(struct Xconn *, fileid_t);
share/examples/puffs/pgfs/pgfs_subs.h
72
int check_path(struct Xconn *, fileid_t, fileid_t);
share/examples/puffs/pgfs/pgfs_subs.h
73
int isempty(struct Xconn *, fileid_t, bool *);