Searched defs:ntfsmount (Results 1 – 1 of 1) sorted by relevance
252 struct ntfsmount { struct253 struct mount *ntm_mountp; /* filesystem vfs structure */254 struct bootfile ntm_bootfile;255 dev_t ntm_dev; /* device mounted */279 /* Convert mount ptr to ntfsmount ptr. */ argument