I want to know if FreeBSD / ZFS or UFS send a flag to lower level drivers regarding File System metadata in fashion similar to Linux where the ext3/4, jfs and other file systems use the
REQ_RW_META and BIO_RW_META flags in struct request and struct bio structures respectively to tell lower level block device driver about metadata I/O.
I really appreciate any help regarding this.
REQ_RW_META and BIO_RW_META flags in struct request and struct bio structures respectively to tell lower level block device driver about metadata I/O.
I really appreciate any help regarding this.