Searched refs:fsa (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_vfsops.c4610 * @fsa: requested information and destination in which to return it
4617 * pointed to by @fsa, which is also the destination pointer in which the
4625 static int ntfs_getattr(mount_t mp, struct vfs_attr *fsa, argument
4645 VFSATTR_RETURN(fsa, f_objcount, nr_used_mft_records);
4667 VFSATTR_RETURN(fsa, f_filecount, nr_used_mft_records -
4670 VFSATTR_RETURN(fsa, f_dircount, nr_used_mft_records / 4);
4677 VFSATTR_RETURN(fsa, f_maxobjcount, NTFS_MAX_NR_MFT_RECORDS);
4683 VFSATTR_RETURN(fsa, f_bsize, vol->cluster_size);
4685 VFSATTR_RETURN(fsa, f_iosize, ubc_upl_maxbufsize());
4687 VFSATTR_RETURN(fsa, f_block
5473 ntfs_setattr(struct mount *mp, struct vfs_attr *fsa, vfs_context_t context) argument
[all...]
/macosx-10.10/lsof-53/lsof/lib/
H A Dprfp.c111 Lf->fsa = fp;
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddfile.c319 Lf->fsa = fp;
/macosx-10.10/lsof-53/lsof/
H A Dlsof.h818 KA_T fsa; /* file structure address */ member in struct:lfile
H A Dproc.c1110 print_kptr(Lf->fsa, (char *)NULL, 0), Terminator);
H A Dprint.c889 cp = (Lf->fsv & FSV_FA) ? print_kptr(Lf->fsa, buf, sizeof(buf))

Completed in 128 milliseconds