Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Dindex.c613 struct indx_node *n = fnd->nodes[i]; in fnd_clear()
625 static int fnd_push(struct ntfs_fnd *fnd, struct indx_node *n, in fnd_push()
639 static struct indx_node *fnd_pop(struct ntfs_fnd *fnd) in fnd_pop()
641 struct indx_node *n; in fnd_pop()
860 static struct indx_node *indx_new(struct ntfs_index *indx, in indx_new()
866 struct indx_node *r; in indx_new()
874 r = kzalloc(sizeof(struct indx_node), GFP_NOFS); in indx_new()
942 struct indx_node *node, int sync) in indx_write()
957 struct indx_node **node) in indx_read()
965 struct indx_node *in = *node; in indx_read()
[all …]
Ddir.c379 struct indx_node *node = NULL; in ntfs_readdir()
497 struct indx_node *node = NULL; in ntfs_dir_count()
Dntfs_fs.h392 struct indx_node { struct
399 struct indx_node *nodes[20]; argument
667 struct indx_node **node);
1089 static inline void put_indx_node(struct indx_node *in) in put_indx_node()