Home | History | Annotate | Download | only in pgfs

Lines Matching refs:child_fileid

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 "
898 "ON d.child_fileid = r.parent_fileid "
905 error = sendcmd(xc, c, child_fileid);