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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dindex.c30 * @idx_ni: ntfs index inode with which to initialize the context
32 * Allocate a new index context, initialize it with @idx_ni and return it.
37 ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *idx_ni) argument
43 *ictx = (ntfs_index_context){ .idx_ni = idx_ni };
121 ntfs_inode *idx_ni = ictx->idx_ni; local
122 ntfs_volume *vol = idx_ni->vol;
124 ntfs_inode *base_ni = idx_ni->ext.base_ntfs_ino;
136 BUG_ON(!NInoAttr(idx_ni));
[all...]
H A Dindex.h36 * @idx_ni: index inode containing the @entry described by this context
47 * @idx_ni is the index inode this context belongs to.
76 ntfs_inode *idx_ni; member in struct:__anon7533
88 extern ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *idx_ni);

Completed in 90 milliseconds