Re: Fileops in file.h

2010-11-08 Thread Fernando Apesteguía
2010/11/8 John Baldwin : > On Sunday, November 07, 2010 10:08:08 am Fernando Apesteguía wrote: >> Hi, >> >> I'm trying to understand  some pieces of the FreeBSD kernel. >> Having a look at struct fileops in file.h I was wondering why other >> file relate

Re: Fileops in file.h

2010-11-08 Thread John Baldwin
On Sunday, November 07, 2010 10:08:08 am Fernando Apesteguía wrote: > Hi, > > I'm trying to understand some pieces of the FreeBSD kernel. > Having a look at struct fileops in file.h I was wondering why other > file related functions don't have an entry in the function ve

Fileops in file.h

2010-11-07 Thread Fernando Apesteguía
Hi, I'm trying to understand some pieces of the FreeBSD kernel. Having a look at struct fileops in file.h I was wondering why other file related functions don't have an entry in the function vector. I was thinking in mmap, fsync or sendfile. Can anyone tell me the reason? Thanks