HomeSort by: relevance | last modified time | path
    Searched refs:ntfid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/ntfs/
ntfs_inode.h 110 struct ntfid { struct
ntfs_vfsops.c 655 struct ntfid ntfh;
658 if (fhp->fid_len != sizeof(struct ntfid))
680 struct ntfid ntfh;
683 if (*fh_size < sizeof(struct ntfid)) {
684 *fh_size = sizeof(struct ntfid);
687 *fh_size = sizeof(struct ntfid);
695 ntfh.ntfid_len = sizeof(struct ntfid);

Completed in 11 milliseconds