Home
last modified time | relevance | path

Searched refs:fnd (Results 1 – 7 of 7) sorted by relevance

/fs/ntfs3/
Dindex.c655 void fnd_clear(struct ntfs_fnd *fnd) in fnd_clear() argument
659 for (i = fnd->level - 1; i >= 0; i--) { in fnd_clear()
660 struct indx_node *n = fnd->nodes[i]; in fnd_clear()
666 fnd->nodes[i] = NULL; in fnd_clear()
668 fnd->level = 0; in fnd_clear()
669 fnd->root_de = NULL; in fnd_clear()
672 static int fnd_push(struct ntfs_fnd *fnd, struct indx_node *n, in fnd_push() argument
677 i = fnd->level; in fnd_push()
678 if (i < 0 || i >= ARRAY_SIZE(fnd->nodes)) in fnd_push()
680 fnd->nodes[i] = n; in fnd_push()
[all …]
Dbitmap.c966 size_t fnd, max_alloc, b_len, b_pos; in wnd_find() local
1045 fnd = hint; in wnd_find()
1054 fnd = hint; in wnd_find()
1101 fnd = e->start.key; in wnd_find()
1200 fnd = wnd_scan(buf, wbit, wpos, wzbit, in wnd_find()
1203 if (fnd != MINUS_ONE_T) { in wnd_find()
1213 fnd = wnd_scan(buf, wbit, in wnd_find()
1217 if (fnd != MINUS_ONE_T) { in wnd_find()
1233 fnd = wbit + wpos - prev_tail; in wnd_find()
1255 fnd = wnd_scan(buf, wbit, wpos, wbits, to_alloc, &prev_tail, in wnd_find()
[all …]
Dntfs_fs.h486 struct ntfs_fnd *fnd);
651 void fnd_clear(struct ntfs_fnd *fnd);
656 static inline void fnd_put(struct ntfs_fnd *fnd) in fnd_put() argument
658 if (fnd) { in fnd_put()
659 fnd_clear(fnd); in fnd_put()
660 kfree(fnd); in fnd_put()
673 struct ntfs_fnd *fnd);
676 struct ntfs_fnd *fnd);
679 size_t *off, struct ntfs_fnd *fnd);
682 struct ntfs_fnd *fnd, bool undo);
[all …]
Ddir.c234 struct ntfs_fnd *fnd) in dir_search_u() argument
245 if (!fnd) { in dir_search_u()
251 fnd = fnd_a; in dir_search_u()
254 err = indx_find(&ni->dir, ni, NULL, uni, 0, sbi, &diff, &e, fnd); in dir_search_u()
Dfsntfs.c2387 struct ntfs_fnd *fnd = NULL; in ntfs_remove_reparse() local
2405 fnd = fnd_get(); in ntfs_remove_reparse()
2406 if (!fnd) { in ntfs_remove_reparse()
2419 (struct NTFS_DE **)&re, fnd); in ntfs_remove_reparse()
2430 fnd_put(fnd); in ntfs_remove_reparse()
2431 fnd = NULL; in ntfs_remove_reparse()
2438 fnd_put(fnd); in ntfs_remove_reparse()
Dinode.c1201 struct ntfs_fnd *fnd) in ntfs_create_inode() argument
1580 err = indx_insert_entry(&dir_ni->dir, dir_ni, new_de, sbi, fnd, 0); in ntfs_create_inode()
/fs/hpfs/
Ddnode.c58 for (i = hpfs_inode->i_rddir_off; *i; i++) if (*i == pos) goto fnd; in hpfs_del_pos()
60 fnd: in hpfs_del_pos()
577 if (de->down) if (de_down_pointer(de) == dno) goto fnd; in delete_empty_dnode()
580 fnd: in delete_empty_dnode()