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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dindex.h61 * To obtain a context call ntfs_index_ctx_get().
88 extern ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *idx_ni);
H A Dquota.c52 ictx = ntfs_index_ctx_get(NTFS_I(vol->quota_q_ino));
H A Dindex.c31 * ntfs_index_ctx_get - allocate and initialize a new index context
39 ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *idx_ni) function
85 * call to ntfs_index_ctx_get().
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dindex.h75 * To obtain a context call ntfs_index_ctx_get().
105 extern ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *ni,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dindex.c109 * ntfs_index_ctx_get - allocate and initialize a new index context
117 ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *ni, function
637 * call to ntfs_index_ctx_get().
1517 icx = ntfs_index_ctx_get(ni, NTFS_INDEX_I30, 4);
1818 icx = ntfs_index_ctx_get(ni, NTFS_INDEX_I30, 4);
H A Dinode.c588 ictx = ntfs_index_ctx_get(index_ni, NTFS_INDEX_I30, 4);

Completed in 50 milliseconds