Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dindex.c661 struct indx_node *n = fnd->nodes[i]; in fnd_clear()
673 static int fnd_push(struct ntfs_fnd *fnd, struct indx_node *n, in fnd_push()
686 static struct indx_node *fnd_pop(struct ntfs_fnd *fnd) in fnd_pop()
688 struct indx_node *n; in fnd_pop()
931 static struct indx_node *indx_new(struct ntfs_index *indx, in indx_new()
937 struct indx_node *r; in indx_new()
945 r = kzalloc(sizeof(struct indx_node), GFP_NOFS); in indx_new()
1023 struct indx_node *node, int sync) in indx_write()
1038 struct indx_node **node) in indx_read()
1046 struct indx_node *in = *node; in indx_read()
[all …]
H A Ddir.c411 struct indx_node *node = NULL; in ntfs_readdir()
533 struct indx_node *node = NULL; in ntfs_dir_count()
H A Dntfs_fs.h403 struct indx_node { struct
410 struct indx_node *nodes[20]; argument
687 struct indx_node **node);
1090 static inline void put_indx_node(struct indx_node *in) in put_indx_node()