Home
last modified time | relevance | path

Searched refs:VOP_ALLOCATE (Results 1 – 5 of 5) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dlast_local_modify.cc63 VOP_ALLOCATE, enumerator
76 return VOP_ALLOCATE; in writer_from_str()
87 case VOP_ALLOCATE: in fuse_op_from_mutator()
288 case VOP_ALLOCATE: in TEST_P()
313 case VOP_ALLOCATE: in TEST_P()
450 case VOP_ALLOCATE: in TEST_P()
478 case VOP_ALLOCATE: in TEST_P()
/freebsd/share/man/man9/
H A DMakefile426 VOP_ALLOCATE.9 \
/freebsd/sys/kern/
H A Dvfs_vnops.c3699 error = VOP_ALLOCATE(vp, &offset, &len, 0, in vn_fallocate()
/freebsd/
H A DUPDATING487 Commit f0c9847a6c47 changed the arguments for VOP_ALLOCATE.
489 of tree file systems that implement their own VOP_ALLOCATE
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c6745 error = VOP_ALLOCATE(vp, &off, &len, IO_SYNC, cred); in nfsvno_allocate()