Searched refs:f_advice (Results 1 – 4 of 4) sorted by relevance
217 #define f_advice f_vnun.fvn_advice macro
918 if (fp->f_advice == NULL || fp->f_vnode->v_type != VREG) in get_advice()923 if (fp->f_advice != NULL && in get_advice()924 uio->uio_offset >= fp->f_advice->fa_start && in get_advice()925 uio->uio_offset + uio->uio_resid <= fp->f_advice->fa_end) in get_advice()926 ret = fp->f_advice->fa_advice; in get_advice()
4867 fa = fp->f_advice; in kern_posix_fadvise()4880 fp->f_advice = new; in kern_posix_fadvise()4892 fa = fp->f_advice; in kern_posix_fadvise()4896 fp->f_advice = NULL; in kern_posix_fadvise()4912 fp->f_advice = NULL; in kern_posix_fadvise()
3711 free(fp->f_advice, M_FADVISE); in _fdrop()