Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dsuper.c414 struct ntfs_inode *vol_ni = NTFS_I(vol->vol_ino); in ntfs_write_volume_label() local
448 mutex_lock(&vol_ni->mrec_lock); in ntfs_write_volume_label()
449 ctx = ntfs_attr_get_search_ctx(vol_ni, NULL); in ntfs_write_volume_label()
460 ret = ntfs_resident_attr_record_add(vol_ni, AT_VOLUME_NAME, AT_UNNAMED, 0, in ntfs_write_volume_label()
463 mutex_unlock(&vol_ni->mrec_lock); in ntfs_write_volume_label()