Searched defs:free_list (Results 1 - 5 of 5) sorted by relevance
/fs/xfs/ |
H A D | xfs_iomap.c | 134 xfs_bmap_free_t free_list; local 206 xfs_bmap_init(&free_list, &firstfsb); 210 imap, &nimaps, &free_list); 217 error = xfs_bmap_finish(&tp, &free_list, &committed); 240 xfs_bmap_cancel(&free_list); 662 xfs_bmap_free_t free_list; local 706 xfs_bmap_init(&free_list, &first_block); 762 imap, &nimaps, &free_list); 766 error = xfs_bmap_finish(&tp, &free_list, &committed); 800 xfs_bmap_cancel(&free_list); 821 xfs_bmap_free_t free_list; local [all...] |
H A D | xfs_symlink.c | 181 struct xfs_bmap_free free_list; local 281 xfs_bmap_init(&free_list, &first_block); 334 mval, &nmaps, &free_list); 382 &first_block, &free_list, resblks); 397 error = xfs_bmap_finish(&tp, &free_list, &committed); 412 xfs_bmap_cancel(&free_list); 438 xfs_bmap_free_t free_list; local 480 xfs_bmap_init(&free_list, &first_block); 500 * Unmap the dead block(s) to the free_list. 503 &first_block, &free_list, [all...] |
H A D | xfs_bmap_util.c | 950 xfs_bmap_free_t free_list; local 1043 xfs_bmap_init(&free_list, &firstfsb); 1046 0, imapp, &nimaps, &free_list); 1054 error = xfs_bmap_finish(&tp, &free_list, &committed); 1079 xfs_bmap_cancel(&free_list); 1179 xfs_bmap_free_t free_list; local 1310 xfs_bmap_init(&free_list, &firstfsb); 1313 0, 2, &firstfsb, &free_list, &done); 1321 error = xfs_bmap_finish(&tp, &free_list, &committed); 1334 xfs_bmap_cancel(&free_list); 1403 struct xfs_bmap_free free_list; local [all...] |
H A D | xfs_inode.c | 1076 xfs_bmap_free_t free_list; local 1146 xfs_bmap_init(&free_list, &first_block); 1186 &first_block, &free_list, resblks ? 1220 error = xfs_bmap_finish(&tp, &free_list, &committed); 1236 xfs_bmap_cancel(&free_list); 1376 xfs_bmap_free_t free_list; local 1432 xfs_bmap_init(&free_list, &first_block); 1441 &first_block, &free_list, resblks); 1460 error = xfs_bmap_finish (&tp, &free_list, &committed); 1462 xfs_bmap_cancel(&free_list); 1507 xfs_bmap_free_t free_list; local 1751 xfs_bmap_free_t free_list; local 2487 xfs_bmap_free_t free_list; local 2688 xfs_bmap_free_t free_list; local [all...] |
/fs/jffs2/ |
H A D | jffs2_fs_sb.h | 106 struct list_head free_list; /* Blocks which are free and ready to be used */ member in struct:jffs2_sb_info 110 spinlock_t erase_completion_lock; /* Protect free_list and erasing_list
|
Completed in 95 milliseconds