| H A D | vfs_subr.c | 3669 vn_getpath_ext_with_mntlen(struct vnode *vp, struct vnode *dvp, char *pathbuf, in vn_getpath_ext_with_mntlen() argument 3682 error = build_path_with_parent(vp, dvp, pathbuf, local_len, &local_len, in vn_getpath_ext_with_mntlen() 3696 return vn_getpath_ext_with_mntlen(vp, dvp, pathbuf, len, NULL, flags); in vn_getpath_ext() 3704 vn_getpath_ext_int(struct vnode *vp, struct vnode *dvp, char *pathbuf, in vn_getpath_ext_int() argument 3714 error = vn_getpath_ext(vp, dvp, pathbuf, &slen, flags); in vn_getpath_ext_int() 3724 vn_getpath(struct vnode *vp, char *pathbuf, int *len) in vn_getpath() argument 3726 return vn_getpath_ext_int(vp, NULL, pathbuf, len, 0); in vn_getpath() 3730 vn_getpath_fsenter(struct vnode *vp, char *pathbuf, int *len) in vn_getpath_fsenter() argument 3732 return vn_getpath_ext_int(vp, NULL, pathbuf, len, VN_GETPATH_FSENTER); in vn_getpath_fsenter() 3772 vn_getpath_no_firmlink(struct vnode *vp, char *pathbuf, int *len) in vn_getpath_no_firmlink() argument [all …]
|