VOP_ADVISE.9 (fa9896e082a1046ff4fbc75fcba4d18d1f2efc19) | VOP_ADVISE.9 (a51584a2d2fb3731a68eaf93b59e14227e572427) |
---|---|
1.\" -*- nroff -*- 2.\" 3.\" Copyright (c) 2013 Hudson River Trading LLC 4.\" Written by: John H. Baldwin <jhb@FreeBSD.org> 5.\" All rights reserved. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 25 unchanged lines hidden (view full) --- 34.Sh SYNOPSIS 35.In sys/param.h 36.In sys/vnode.h 37.Ft int 38.Fn VOP_ADVISE "struct vnode *vp" "off_t start" "off_t end" "int advice" 39.Sh DESCRIPTION 40This call applies advice for a range of a file's data. 41It is used to implement the | 1.\" -*- nroff -*- 2.\" 3.\" Copyright (c) 2013 Hudson River Trading LLC 4.\" Written by: John H. Baldwin <jhb@FreeBSD.org> 5.\" All rights reserved. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 25 unchanged lines hidden (view full) --- 34.Sh SYNOPSIS 35.In sys/param.h 36.In sys/vnode.h 37.Ft int 38.Fn VOP_ADVISE "struct vnode *vp" "off_t start" "off_t end" "int advice" 39.Sh DESCRIPTION 40This call applies advice for a range of a file's data. 41It is used to implement the |
42.Xr posix_fadvise | 42.Xr posix_fadvise 2 |
43system call. 44.Pp 45Its arguments are: 46.Bl -tag -width offset 47.It Fa vp 48The vnode of the file. 49.It Fa start 50The start of the range of file data. --- 39 unchanged lines hidden --- | 43system call. 44.Pp 45Its arguments are: 46.Bl -tag -width offset 47.It Fa vp 48The vnode of the file. 49.It Fa start 50The start of the range of file data. --- 39 unchanged lines hidden --- |