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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dinode.c150 static int ntfs_read_locked_attr_inode(struct inode *base_vi, struct inode *vi);
217 * initialized, and finally ntfs_read_locked_attr_inode() is called to read the
251 err = ntfs_read_locked_attr_inode(base_vi, vi);
1179 * ntfs_read_locked_attr_inode - read an attribute inode from its base inode
1183 * ntfs_read_locked_attr_inode() is called from ntfs_attr_iget() to read the
1187 * ntfs_read_locked_attr_inode() maps, pins and locks the base inode for
1200 static int ntfs_read_locked_attr_inode(struct inode *base_vi, struct inode *vi) function

Completed in 74 milliseconds