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

  /src/sys/fs/efs/
efs_inode.h 66 struct efs_fid { struct
efs_vfsops.c 459 struct efs_fid *efp;
462 if (fhp->fid_len != sizeof(struct efs_fid))
465 efp = (struct efs_fid *)fhp;
491 struct efs_fid *efp;
494 if (*fh_size < sizeof(struct efs_fid)) {
495 *fh_size = sizeof(struct efs_fid);
498 *fh_size = sizeof(struct efs_fid);
501 efp = (struct efs_fid *)fhp;
503 fhp->fid_len = sizeof(struct efs_fid);

Completed in 38 milliseconds