VOP_ALLOCATE.9 (fa9896e082a1046ff4fbc75fcba4d18d1f2efc19) | VOP_ALLOCATE.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 --- 31 unchanged lines hidden (view full) --- 40.Fa "off_t *offset" 41.Fa "off_t *len" 42.Fa "int ioflag" 43.Fa "struct ucred *cred" 44.Fc 45.Sh DESCRIPTION 46This call allocates storage for a range of offsets in a file. 47It 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 --- 31 unchanged lines hidden (view full) --- 40.Fa "off_t *offset" 41.Fa "off_t *len" 42.Fa "int ioflag" 43.Fa "struct ucred *cred" 44.Fc 45.Sh DESCRIPTION 46This call allocates storage for a range of offsets in a file. 47It is used to implement the |
48.Xr posix_fallocate | 48.Xr posix_fallocate 2 |
49system call. 50.Pp 51Its arguments are: 52.Bl -tag -width offset 53.It Fa vp 54The vnode of the file. 55.It Fa offset 56The start of the range to allocate storage for in the file. --- 36 unchanged lines hidden --- | 49system call. 50.Pp 51Its arguments are: 52.Bl -tag -width offset 53.It Fa vp 54The vnode of the file. 55.It Fa offset 56The start of the range to allocate storage for in the file. --- 36 unchanged lines hidden --- |