Searched refs:fnd (Results 1 – 9 of 9) sorted by relevance
/linux/fs/ntfs3/ |
H A D | index.c | 656 void fnd_clear(struct ntfs_fnd *fnd) in fnd_clear() argument 660 for (i = fnd->level - 1; i >= 0; i--) { in fnd_clear() 661 struct indx_node *n = fnd->nodes[i]; in fnd_clear() 667 fnd->nodes[i] = NULL; in fnd_clear() 669 fnd->level = 0; in fnd_clear() 670 fnd->root_de = NULL; in fnd_clear() 673 static int fnd_push(struct ntfs_fnd *fnd, struct indx_node *n, in fnd_push() argument 676 int 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 …]
|
H A D | bitmap.c | 964 size_t fnd, max_alloc, b_len, b_pos; in wnd_find() local 1042 fnd = hint; in wnd_find() 1051 fnd = hint; in wnd_find() 1098 fnd = e->start.key; in wnd_find() 1195 fnd = wnd_scan(bh->b_data, wbit, wpos, in wnd_find() 1199 if (fnd != MINUS_ONE_T) { in wnd_find() 1209 fnd = wnd_scan(bh->b_data, wbit, in wnd_find() 1213 if (fnd != MINUS_ONE_T) { in wnd_find() 1229 fnd = wbit + wpos - prev_tail; in wnd_find() 1249 fnd = wnd_scan(bh->b_data, wbit, wpos, wbits, to_alloc, in wnd_find() [all …]
|
H A D | ntfs_fs.h | 494 struct ntfs_fnd *fnd); 670 void fnd_clear(struct ntfs_fnd *fnd); 675 static inline void fnd_put(struct ntfs_fnd *fnd) in fnd_put() argument 677 if (fnd) { in fnd_put() 678 fnd_clear(fnd); in fnd_put() 679 kfree(fnd); in fnd_put() 692 struct ntfs_fnd *fnd); 695 struct ntfs_fnd *fnd); 698 size_t *off, struct ntfs_fnd *fnd); 701 struct ntfs_fnd *fnd, bool undo); [all …]
|
H A D | dir.c | 234 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()
|
H A D | fsntfs.c | 2415 struct ntfs_fnd *fnd = NULL; in ntfs_remove_reparse() local 2433 fnd = fnd_get(); in ntfs_remove_reparse() 2434 if (!fnd) { in ntfs_remove_reparse() 2447 (struct NTFS_DE **)&re, fnd); in ntfs_remove_reparse() 2458 fnd_put(fnd); in ntfs_remove_reparse() 2459 fnd = NULL; in ntfs_remove_reparse() 2466 fnd_put(fnd); in ntfs_remove_reparse()
|
H A D | inode.c | 1193 struct ntfs_fnd *fnd) in ntfs_create_inode() argument 1221 if (!fnd) in ntfs_create_inode() 1656 err = indx_insert_entry(&dir_ni->dir, dir_ni, new_de, sbi, fnd, 0); in ntfs_create_inode() 1709 if (!fnd) in ntfs_create_inode()
|
/linux/kernel/debug/kdb/ |
H A D | kdb_io.c | 622 int fnd, len; in vkdb_printf() local 726 fnd = kdb_search_string(kdb_buffer, kdb_grep_string); in vkdb_printf() 727 if (!fnd) { in vkdb_printf()
|
/linux/fs/hpfs/ |
H A D | dnode.c | 58 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()
|
/linux/arch/sparc/kernel/ |
H A D | mdesc.c | 953 int fnd = 0; in set_max_cache_ids_by_cache() local 967 fnd = 1; in set_max_cache_ids_by_cache() 969 return fnd; in set_max_cache_ids_by_cache()
|