Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dindex.c659 struct indx_node *n = fnd->nodes[i]; in fnd_clear()
671 static int fnd_push(struct ntfs_fnd *fnd, struct indx_node *n, in fnd_push()
684 static struct indx_node *fnd_pop(struct ntfs_fnd *fnd) in fnd_pop()
686 struct indx_node *n; in fnd_pop()
929 static struct indx_node *indx_new(struct ntfs_index *indx, in indx_new()
935 struct indx_node *r; in indx_new()
943 r = kzalloc_obj(struct indx_node, GFP_NOFS); in indx_new()
1021 struct indx_node *node, int sync) in indx_write()
1036 struct indx_node **node, struct file_ra_state *ra) in indx_read_ra()
1045 struct indx_node *in = *node; in indx_read_ra()
[all …]
H A Dntfs_fs.h428 struct indx_node { struct
435 struct indx_node *nodes[20]; argument
748 struct indx_node **node, struct file_ra_state *ra);
750 CLST vbn, struct indx_node **node) in indx_read()
1198 static inline void put_indx_node(struct indx_node *in) in put_indx_node()