Searched refs:newfidp (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_kmod.h | 69 int exclusive, int mode, dl_cred_t *credp, cfs_fid_t *newfidp, 93 const dl_cred_t *credp, cfs_fid_t *newfidp); 98 const cfs_vattr_t *vattrp, const dl_cred_t *credp, cfs_fid_t *newfidp,
|
H A D | cfsd_kmod.c | 718 cfs_fid_t *newfidp, in kmod_create() argument 762 if (newfidp) in kmod_create() 763 *newfidp = ret.cr_newfid; in kmod_create() 1246 cfs_fid_t *newfidp) in kmod_mkdir() argument 1260 dbug_precond(newfidp); in kmod_mkdir() 1270 newfidp, sizeof (*newfidp)); in kmod_mkdir() 1281 kmod_format_fid(kmod_object_p, newfidp); in kmod_mkdir() 1373 cfs_fid_t *newfidp, in kmod_symlink() argument 1391 dbug_precond(newfidp); in kmod_symlink() 1419 *newfidp = ret.sy_newfid; in kmod_symlink() [all …]
|