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

/linux-master/fs/ntfs3/
H A Dindex.c661 struct indx_node *n = fnd->nodes[i];
673 static int fnd_push(struct ntfs_fnd *fnd, struct indx_node *n,
686 static struct indx_node *fnd_pop(struct ntfs_fnd *fnd)
688 struct indx_node *n;
931 static struct indx_node *indx_new(struct ntfs_index *indx,
937 struct indx_node *r;
945 r = kzalloc(sizeof(struct indx_node), GFP_NOFS);
1023 struct indx_node *node, int sync)
1038 struct indx_node **node)
1046 struct indx_node *i
[all...]
H A Ddir.c403 struct indx_node *node = NULL;
519 struct indx_node *node = NULL;
H A Dntfs_fs.h403 struct indx_node { struct
410 struct indx_node *nodes[20];
683 struct indx_node **node);
1104 static inline void put_indx_node(struct indx_node *in)

Completed in 143 milliseconds