Lines Matching defs:childfid
39 const libuvfs_fid_t *childfid)
47 rc->de_fid = *childfid;
234 * Store childfid in the directory specified by dirfid under the given
239 * If childfid is NULL, and overwrite is true, then this function will
245 const char *name, const libuvfs_fid_t *childfid, int overwrite,
260 if (childfid != NULL) {
261 child = libuvfs_fid_info_find(fs, childfid, &where);
263 child = libuvfs_fid_info_alloc(childfid);
279 if (childfid != NULL) {
281 dirfid, childfid);
289 if (childfid != NULL) {
290 dirent->de_fid = *childfid;