Home
last modified time | relevance | path

Searched refs:need_free (Results 1 – 9 of 9) sorted by relevance

/linux/fs/
H A Dfsopen.c22 bool *need_free) in fetch_message_locked() argument
36 *need_free = log->need_free & (1 << index); in fetch_message_locked()
37 log->need_free &= ~(1 << index); in fetch_message_locked()
53 bool need_free; in fscontext_read() local
59 message = fetch_message_locked(fc->log.log, len, &need_free); in fscontext_read()
64 if (need_free) in fscontext_read()
H A Dfs_context.c318 fc->need_free = true; in alloc_fs_context()
470 if (log->need_free & (1 << index)) in logfc()
477 log->need_free |= 1 << index; in logfc()
479 log->need_free &= ~(1 << index); in logfc()
498 if (log->need_free & (1 << i)) in put_fc_log()
520 if (fc->need_free && fc->ops && fc->ops->free) in put_fs_context()
738 if (fc->need_free && fc->ops && fc->ops->free) in vfs_clean_context()
740 fc->need_free = false; in vfs_clean_context()
768 fc->need_free = true; in finish_clean_context()
/linux/include/linux/
H A Dfs_context.h109 bool need_free:1; /* Need to call ops->free() */ member
186 u8 need_free; /* Mask of kfree'able items in buffer[] */ member
/linux/fs/xfs/
H A Dxfs_inode_item_recover.c326 int need_free = 0; in xlog_recover_inode_commit_pass2() local
334 need_free = 1; in xlog_recover_inode_commit_pass2()
595 if (need_free) in xlog_recover_inode_commit_pass2()
/linux/fs/ocfs2/
H A Dmove_extents.c212 int need_free = 0; in ocfs2_defrag_extent() local
303 need_free = 1; in ocfs2_defrag_extent()
328 if (need_free && context->data_ac) { in ocfs2_defrag_extent()
H A Dalloc.c4794 int need_free = 0; in ocfs2_add_clusters_in_btree() local
4849 need_free = 1; in ocfs2_add_clusters_in_btree()
4861 need_free = 1; in ocfs2_add_clusters_in_btree()
4877 if (need_free) { in ocfs2_add_clusters_in_btree()
7084 int need_free = 0; in ocfs2_convert_inline_data_to_extents() local
7151 need_free = 1; in ocfs2_convert_inline_data_to_extents()
7162 need_free = 1; in ocfs2_convert_inline_data_to_extents()
7190 need_free = 1; in ocfs2_convert_inline_data_to_extents()
7206 if (need_free) { in ocfs2_convert_inline_data_to_extents()
/linux/drivers/scsi/
H A Dscsi_scan.c223 bool need_free = false; in scsi_realloc_sdev_budget_map() local
235 need_alloc = need_free = true; in scsi_realloc_sdev_budget_map()
244 if (need_free) { in scsi_realloc_sdev_budget_map()
255 if (need_free) { in scsi_realloc_sdev_budget_map()
/linux/fs/9p/
H A Dvfs_super.c353 fc->need_free = 1; in v9fs_init_fs_context()
/linux/fs/f2fs/
H A Dnode.c2443 bool need_free = false; in remove_free_nid() local
2449 need_free = true; in remove_free_nid()
2453 if (need_free) in remove_free_nid()
2714 bool need_free = false; in f2fs_alloc_nid_failed() local
2725 need_free = true; in f2fs_alloc_nid_failed()
2736 if (need_free) in f2fs_alloc_nid_failed()