OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileid_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/share/examples/puffs/pgfs/
pgfs_subs.h
31
struct fileid_lock_handle *fileid_lock(
fileid_t
, struct puffs_cc *);
44
int lo_open_by_fileid(struct Xconn *,
fileid_t
, int, int *);
57
int getattr(struct Xconn *,
fileid_t
, struct vattr *, unsigned int);
58
int update_mctime(struct Xconn *,
fileid_t
);
59
int update_atime(struct Xconn *,
fileid_t
);
60
int update_mtime(struct Xconn *,
fileid_t
);
61
int update_ctime(struct Xconn *,
fileid_t
);
62
int update_nlink(struct Xconn *,
fileid_t
, int);
63
int lookupp(struct Xconn *,
fileid_t
,
fileid_t
*);
[
all
...]
pgfs_subs.c
123
fileid_t
fileid;
139
fileid_lock(
fileid_t
fileid, struct puffs_cc *cc)
365
lo_lookup_by_fileid(struct Xconn *xc,
fileid_t
fileid, Oid *idp)
385
lo_open_by_fileid(struct Xconn *xc,
fileid_t
fileid, int mode, int *fdp)
404
getsize(struct Xconn *xc,
fileid_t
fileid, int *resultp)
438
getattr(struct Xconn *xc,
fileid_t
fileid, struct vattr *va, unsigned int mask)
577
update_mctime(struct Xconn *xc,
fileid_t
fileid)
590
update_atime(struct Xconn *xc,
fileid_t
fileid)
601
update_mtime(struct Xconn *xc,
fileid_t
fileid)
613
update_ctime(struct Xconn *xc,
fileid_t
fileid
[
all
...]
pgfs_puffs.c
58
static
fileid_t
62
return (
fileid_t
)(uintptr_t)cookie;
66
fileid_to_cookie(
fileid_t
id)
88
fileid_t
fileid = cookie_to_fileid(opc);
124
fileid_t
parent_fileid;
125
fileid_t
child_fileid;
293
fileid_t
parent_fileid;
295
fileid_t
child_fileid;
384
fileid_t
parent_fileid = cookie_to_fileid(opc);
385
fileid_t
new_fileid
[
all
...]
pgfs.h
75
typedef uint64_t
fileid_t
;
typedef in typeref:typename:uint64_t
Completed in 106 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025