Home
last modified time | relevance | path

Searched refs:vol_ni (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dvolume.c179 if (ntfs_inode_free(&v->vol_ni)) in __ntfs_volume_release()
1140 vol->vol_ni = ntfs_inode_open(vol, FILE_Volume); in ntfs_device_mount()
1141 if (!vol->vol_ni) { in ntfs_device_mount()
1146 ctx = ntfs_attr_get_search_ctx(vol->vol_ni, NULL); in ntfs_device_mount()
1745 if (!vol || !vol->vol_ni) { in ntfs_volume_write_flags()
1750 ctx = ntfs_attr_get_search_ctx(vol->vol_ni, NULL); in ntfs_volume_write_flags()
1783 ntfs_inode_mark_dirty(vol->vol_ni); in ntfs_volume_write_flags()
1784 if (ntfs_inode_sync(vol->vol_ni)) in ntfs_volume_write_flags()
1938 na = ntfs_attr_open(vol->vol_ni, AT_VOLUME_NAME, AT_UNNAMED, 0); in ntfs_volume_rename()
1948 if (ntfs_attr_add(vol->vol_ni, AT_VOLUME_NAME, AT_UNNAMED, 0, in ntfs_volume_rename()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h191 ntfs_inode *vol_ni; /* ntfs_inode structure for FILE_Volume. */ member