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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dindex.c32 * @idx_ni: ntfs index inode with which to initialize the context
34 * Allocate a new index context, initialize it with @idx_ni and return it.
39 ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *idx_ni) argument
45 *ictx = (ntfs_index_context){ .idx_ni = idx_ni };
123 ntfs_inode *idx_ni = ictx->idx_ni; local
124 ntfs_volume *vol = idx_ni->vol;
126 ntfs_inode *base_ni = idx_ni->ext.base_ntfs_ino;
138 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:__anon16805
88 extern ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *idx_ni);

Completed in 64 milliseconds