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

  /src/sys/fs/hfs/
hfs.h 61 struct hfsmount { struct
76 struct hfsmount *h_hmp; /* mount point associated with this hnode */
134 /* Convert mount ptr to hfsmount ptr. */
135 #define VFSTOHFS(mp) ((struct hfsmount *)((mp)->mnt_data))
hfs.h 61 struct hfsmount { struct
76 struct hfsmount *h_hmp; /* mount point associated with this hnode */
134 /* Convert mount ptr to hfsmount ptr. */
135 #define VFSTOHFS(mp) ((struct hfsmount *)((mp)->mnt_data))

Completed in 24 milliseconds