ufs_rename.c | 72 static int ufs_read_dotdot(struct vnode *, kauth_cred_t, ino_t *); 855 * ufs_read_dotdot: Store in *ino_ret the inode number of the parent 859 ufs_read_dotdot(struct vnode *vp, kauth_cred_t cred, ino_t *ino_ret) function in typeref:typename:int 958 error = ufs_read_dotdot(vp, cred, &dotdot_ino);
|