Searched refs:fnd (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | index.c | 654 void fnd_clear(struct ntfs_fnd *fnd) in fnd_clear() argument 658 for (i = fnd->level - 1; i >= 0; i--) { in fnd_clear() 659 struct indx_node *n = fnd->nodes[i]; in fnd_clear() 665 fnd->nodes[i] = NULL; in fnd_clear() 667 fnd->level = 0; in fnd_clear() 668 fnd->root_de = NULL; in fnd_clear() 671 static int fnd_push(struct ntfs_fnd *fnd, struct indx_node *n, in fnd_push() argument 674 int i = fnd->level; in fnd_push() 676 if (i < 0 || i >= ARRAY_SIZE(fnd->nodes)) in fnd_push() 678 fnd->nodes[i] = n; in fnd_push() [all …]
|
| H A D | bitmap.c | 981 size_t fnd, max_alloc, b_len, b_pos; in wnd_find() local 1059 fnd = hint; in wnd_find() 1068 fnd = hint; in wnd_find() 1115 fnd = e->start.key; in wnd_find() 1212 fnd = wnd_scan(bh->b_data, wbit, wpos, in wnd_find() 1216 if (fnd != MINUS_ONE_T) { in wnd_find() 1226 fnd = wnd_scan(bh->b_data, wbit, in wnd_find() 1230 if (fnd != MINUS_ONE_T) { in wnd_find() 1246 fnd = wbit + wpos - prev_tail; in wnd_find() 1266 fnd = wnd_scan(bh->b_data, wbit, wpos, wbits, to_alloc, in wnd_find() [all …]
|
| H A D | ntfs_fs.h | 530 struct ntfs_fnd *fnd); 730 void fnd_clear(struct ntfs_fnd *fnd); 735 static inline void fnd_put(struct ntfs_fnd *fnd) in fnd_put() argument 737 if (fnd) { in fnd_put() 738 fnd_clear(fnd); in fnd_put() 739 kfree(fnd); in fnd_put() 757 struct ntfs_fnd *fnd); 760 struct ntfs_fnd *fnd); 763 size_t *off, struct ntfs_fnd *fnd); 766 struct ntfs_fnd *fnd, bool undo); [all …]
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_io.c | 636 int fnd, len; in vkdb_printf() 740 fnd = kdb_search_string(kdb_buffer, kdb_grep_string); in vkdb_printf() 741 if (!fnd) { in vkdb_printf() 639 int fnd, len; vkdb_printf() local
|
| /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()
|