Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs_context.c321 fc->need_free = true; in alloc_fs_context()
469 if (log->need_free & (1 << index)) in logfc()
476 log->need_free |= 1 << index; in logfc()
478 log->need_free &= ~(1 << index); in logfc()
497 if (log->need_free & (1 << i)) in put_fc_log()
519 if (fc->need_free && fc->ops && fc->ops->free) in put_fs_context()
737 if (fc->need_free && fc->ops && fc->ops->free) in vfs_clean_context()
739 fc->need_free = false; in vfs_clean_context()
767 fc->need_free = true; in finish_clean_context()
H A Dfsopen.c32 bool need_free; in fscontext_read() local
46 need_free = log->need_free & (1 << index); in fscontext_read()
48 log->need_free &= ~(1 << index); in fscontext_read()
62 if (need_free) in fscontext_read()
/linux/include/linux/
H A Dfs_context.h109 bool need_free:1; /* Need to call ops->free() */ member
183 u8 need_free; /* Mask of kfree'able items in buffer[] */ member
/linux/fs/xfs/
H A Dxfs_inode_item_recover.c325 int need_free = 0; in xlog_recover_inode_commit_pass2() local
333 need_free = 1; in xlog_recover_inode_commit_pass2()
594 if (need_free) in xlog_recover_inode_commit_pass2()
/linux/drivers/scsi/
H A Dscsi_scan.c222 bool need_free = false; in scsi_realloc_sdev_budget_map() local
234 need_alloc = need_free = true; in scsi_realloc_sdev_budget_map()
243 if (need_free) { in scsi_realloc_sdev_budget_map()
254 if (need_free) { in scsi_realloc_sdev_budget_map()