Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dmft.c704 * @ref_vi: [OUT] caller has to drop this vfs inode if one is returned
714 * returns @ref_vi it defers dropping the vfs inode reference by returning
715 * it in @ref_vi instead of calling iput() directly. The caller must call
716 * iput() on @ref_vi after releasing the folio lock.
749 struct inode **ref_vi)
762 *ref_vi = NULL;
800 *ref_vi = vi; in ntfs_may_write_mft_record()
808 *ref_vi = vi; in ntfs_may_write_mft_record()
766 ntfs_may_write_mft_record(struct ntfs_volume * vol,const u64 mft_no,const struct mft_record * m,struct ntfs_inode ** locked_ni,struct inode ** ref_vi) ntfs_may_write_mft_record() argument