• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/

Lines Matching refs:ntfs_inode

47 static inline MFT_RECORD *map_mft_record_page(ntfs_inode *ni)
149 MFT_RECORD *map_mft_record(ntfs_inode *ni)
185 static inline void unmap_mft_record_page(ntfs_inode *ni)
207 void unmap_mft_record(ntfs_inode *ni)
219 * If pure ntfs_inode, i.e. no vfs inode attached, we leave it to
231 * @ntfs_ino: on successful return, pointer to the ntfs_inode structure
237 * On successful return, @ntfs_ino contains a pointer to the ntfs_inode
240 MFT_RECORD *map_extent_mft_record(ntfs_inode *base_ni, MFT_REF mref,
241 ntfs_inode **ntfs_ino)
244 ntfs_inode *ni = NULL;
245 ntfs_inode **extent_nis = NULL;
326 ntfs_inode **tmp;
327 int new_size = (base_ni->nr_extents + 4) * sizeof(ntfs_inode *);
340 4 * sizeof(ntfs_inode *));
389 void __mark_mft_record_dirty(ntfs_inode *ni)
391 ntfs_inode *base_ni;
663 int write_mft_record_nolock(ntfs_inode *ni, MFT_RECORD *m, int sync)
681 * If the ntfs_inode is clean no need to do anything. If it is dirty,
920 const MFT_RECORD *m, ntfs_inode **locked_ni)
925 ntfs_inode *ni, *eni, **extent_nis;
1126 ntfs_inode *base_ni)
1278 ntfs_inode *mft_ni, *mftbmp_ni;
1458 * Reflect this in the ntfs_inode structure and the attribute record.
1576 ntfs_inode *mft_ni, *mftbmp_ni;
1714 ntfs_inode *mft_ni;
1895 * Reflect this in the ntfs_inode structure and the attribute record.
2200 * accordingly, open an ntfs_inode for it and return it to the caller, unless
2216 * - opened an ntfs_inode for the allocated mft record, and we will have
2217 * - returned the ntfs_inode as well as the allocated mapped, pinned, and
2237 ntfs_inode *ntfs_mft_record_alloc(ntfs_volume *vol, const int mode,
2238 ntfs_inode *base_ni, MFT_RECORD **mrec)
2244 ntfs_inode *mft_ni, *mftbmp_ni, *ni;
2424 * Note: We only modify the ntfs_inode structure as that is all that is
2775 int ntfs_extent_mft_record_free(ntfs_inode *ni, MFT_RECORD *m)
2779 ntfs_inode *base_ni;
2780 ntfs_inode **extent_nis;
2816 sizeof(ntfs_inode*));
2883 int new_size = (base_ni->nr_extents + 4) * sizeof(ntfs_inode*);
2896 new_size - 4 * sizeof(ntfs_inode*));