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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dinode.h275 extern struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type,
H A Dinode.c205 * ntfs_attr_iget - obtain a struct inode corresponding to an attribute
221 * instead of ntfs_attr_iget() as working with indices is a lot more complex.
227 struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type, function
234 /* Make sure no one calls ntfs_attr_iget() for indices. */
956 * we would deadlock in ntfs_attr_iget().
963 bvi = ntfs_attr_iget(vi, AT_BITMAP, I30, 4);
1183 * ntfs_read_locked_attr_inode() is called from ntfs_attr_iget() to read the
1651 * we would deadlock in ntfs_attr_iget().
1658 bvi = ntfs_attr_iget(base_vi, AT_BITMAP, ni->name, ni->name_len);
H A Dsuper.c1473 tmp_ino = ntfs_attr_iget(vol->usnjrnl_ino, AT_DATA, Max, 4);
1488 tmp_ino = ntfs_attr_iget(vol->usnjrnl_ino, AT_DATA, J, 2);
1777 vol->mftbmp_ino = ntfs_attr_iget(vol->mft_ino, AT_BITMAP, NULL, 0);
H A Ddir.c856 bmp_vi = ntfs_attr_iget(vdir, AT_BITMAP, I30, 4);

Completed in 171 milliseconds