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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_vfsops.c3432 * ntfs_unmount_inode_detach - detach an inode at umount time
3440 static void ntfs_unmount_inode_detach(ntfs_inode **pni, ntfs_inode *parent_ni) function
3634 ntfs_unmount_inode_detach(&vol->usnjrnl_ni, vol->extend_ni);
3636 ntfs_unmount_inode_detach(&vol->quota_ni, vol->extend_ni);
3638 ntfs_unmount_inode_detach(&vol->objid_ni, vol->extend_ni);
3639 ntfs_unmount_inode_detach(&vol->extend_ni, vol->root_ni);
3643 ntfs_unmount_inode_detach(&vol->secure_ni, vol->root_ni);
3645 ntfs_unmount_inode_detach(&vol->vol_ni, vol->root_ni);
3646 ntfs_unmount_inode_detach(&vol->lcnbmp_ni, vol->root_ni);
3648 ntfs_unmount_inode_detach(
[all...]

Completed in 124 milliseconds