Searched refs:f_dirblsz (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_inode.h92 u_int32_t f_dirblsz; member in struct:fnode
H A Dntfs_subr.c1139 fp->f_dirblsz = vap->va_a_iroot->ir_size;
1140 fp->f_dirblbuf = malloc(max(vap->va_datalen,fp->f_dirblsz),
1144 blsize = fp->f_dirblsz;

Completed in 102 milliseconds