Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dindex.c694 struct indx_node *n = fnd->nodes[i]; in fnd_clear()
706 static int fnd_push(struct ntfs_fnd *fnd, struct indx_node *n, in fnd_push()
719 static struct indx_node *fnd_pop(struct ntfs_fnd *fnd) in fnd_pop()
721 struct indx_node *n; in fnd_pop()
962 static struct indx_node *indx_new(struct ntfs_index *indx, in indx_new()
968 struct indx_node *r; in indx_new()
976 r = kzalloc_obj(struct indx_node, GFP_NOFS); in indx_new()
1054 struct indx_node *node, int sync) in indx_write()
1069 struct indx_node **node, struct file_ra_state *ra) in indx_read_ra()
1078 struct indx_node *in = *node; in indx_read_ra()
[all …]
H A Dntfs_fs.h435 struct indx_node { struct
442 struct indx_node *nodes[20]; argument
767 struct indx_node **node, struct file_ra_state *ra);
769 CLST vbn, struct indx_node **node) in indx_read()
1228 static inline void put_indx_node(struct indx_node *in) in put_indx_node()
H A Ddir.c454 struct indx_node *node = NULL; in ntfs_readdir()
649 struct indx_node *node = NULL; in ntfs_dir_count()