HomeSort by: relevance | last modified time | path
    Searched refs:child_fileid (Results 1 - 3 of 3) sorted by relevancy

  /src/share/examples/puffs/pgfs/
pgfs_puffs.c 125 fileid_t child_fileid; local in function:pgfs_node_readdir
134 INT8OID, /* child_fileid */
151 child_fileid = parent_fileid;
161 error = lookupp(xc, parent_fileid, &child_fileid);
167 child_fileid = parent_fileid;
197 "child_fileid "
214 &child_fileid);
244 bufferfull = !puffs_nextdent(&dent, name, child_fileid, DT_UNKNOWN,
295 fileid_t child_fileid; local in function:pgfs_node_lookup
323 error = lookupp(xc, parent_fileid, &child_fileid);
    [all...]
newfs.sql 85 child_fileid fileid NOT NULL, -- REFERENCES file, field in table:dirent
89 CONSTRAINT dirent_noself CHECK(parent_fileid <> child_fileid));
90 CREATE INDEX dirent_child ON dirent (child_fileid);
pgfs_subs.c 645 "WHERE child_fileid = $1 LIMIT 1", INT8OID);
697 "(parent_fileid, name, child_fileid) "
717 * in addition to the primary key, we check child_fileid as well here
722 "WHERE parent_fileid = $1 AND name = $2 AND child_fileid = $3",
845 * lock the dirents between child_fileid and the root directory.
847 * caller should ensure that child_fileid is of VDIR beforehand.
881 check_path(struct Xconn *xc, fileid_t gate_fileid, fileid_t child_fileid)
891 "SELECT parent_fileid, cookie, child_fileid "
893 "WHERE child_fileid = $1 "
896 "d.child_fileid "
    [all...]

Completed in 13 milliseconds