Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ntfs/
H A Dindex.c18 * @idx_ni: ntfs index inode with which to initialize the context
20 * Allocate a new index context, initialize it with @idx_ni and return it.
25 ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *idx_ni) in ntfs_index_ctx_get() argument
31 *ictx = (ntfs_index_context){ .idx_ni = idx_ni }; in ntfs_index_ctx_get()
109 ntfs_inode *idx_ni = ictx->idx_ni; in ntfs_index_lookup() local
110 ntfs_volume *vol = idx_ni->vol; in ntfs_index_lookup()
112 ntfs_inode *base_ni = idx_ni->ext.base_ntfs_ino; in ntfs_index_lookup()
124 BUG_ON(!NInoAttr(idx_ni)); in ntfs_index_lookup()
[all...]
H A Dindex.h22 * @idx_ni: index inode containing the @entry described by this context
33 * @idx_ni is the index inode this context belongs to.
62 ntfs_inode *idx_ni; member
74 extern ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *idx_ni);
/kernel/linux/linux-6.6/fs/ntfs/
H A Dindex.c18 * @idx_ni: ntfs index inode with which to initialize the context
20 * Allocate a new index context, initialize it with @idx_ni and return it.
25 ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *idx_ni) in ntfs_index_ctx_get() argument
31 *ictx = (ntfs_index_context){ .idx_ni = idx_ni }; in ntfs_index_ctx_get()
109 ntfs_inode *idx_ni = ictx->idx_ni; in ntfs_index_lookup() local
110 ntfs_volume *vol = idx_ni->vol; in ntfs_index_lookup()
112 ntfs_inode *base_ni = idx_ni->ext.base_ntfs_ino; in ntfs_index_lookup()
124 BUG_ON(!NInoAttr(idx_ni)); in ntfs_index_lookup()
[all...]
H A Dindex.h22 * @idx_ni: index inode containing the @entry described by this context
33 * @idx_ni is the index inode this context belongs to.
62 ntfs_inode *idx_ni; member
74 extern ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *idx_ni);

Completed in 2 milliseconds