Searched defs:childfid (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/lib/libuvfs/common/ |
| H A D | name.c | 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); 37 libuvfs_name_dirent_alloc(libuvfs_fid_info_t *dir, libuvfs_fid_info_t *child, const char *name, const libuvfs_fid_t *dirfid, const libuvfs_fid_t *childfid) argument 244 libuvfs_name_store(libuvfs_fs_t *fs, const libuvfs_fid_t *dirfid, const char *name, const libuvfs_fid_t *childfid, int overwrite, libuvfs_fid_t *oldfid) argument [all...] |
Completed in 17 milliseconds