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

/linux-master/fs/
H A Dfs_context.c321 fc->need_free = true;
469 if (log->need_free & (1 << index))
476 log->need_free |= 1 << index;
478 log->need_free &= ~(1 << index);
497 if (log->need_free & (1 << i))
519 if (fc->need_free && fc->ops && fc->ops->free)
737 if (fc->need_free && fc->ops && fc->ops->free)
739 fc->need_free = false;
767 fc->need_free = true;
H A Dfsopen.c32 bool need_free; local
46 need_free = log->need_free & (1 << index);
48 log->need_free &= ~(1 << index);
62 if (need_free)
/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.c234 const struct fun_rsp_common *rsp, bool *need_free)
253 *need_free = false;
264 *need_free = true;
288 bool need_free; local
313 need_free = false;
315 rsp = fun_data_from_rq(funq, rsp, &need_free);
326 if (need_free)
233 fun_data_from_rq(struct fun_queue *funq, const struct fun_rsp_common *rsp, bool *need_free) argument
/linux-master/include/linux/
H A Dfs_context.h109 bool need_free:1; /* Need to call ops->free() */ member in struct:fs_context
177 u8 need_free; /* Mask of kfree'able items in buffer[] */ member in struct:fc_log
/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c288 int need_free = 0; local
296 need_free = 1;
556 if (need_free)
/linux-master/drivers/scsi/
H A Dscsi_scan.c222 bool need_free = false; local
233 need_alloc = need_free = true;
242 if (need_free) {
253 if (need_free) {
/linux-master/fs/ocfs2/
H A Dmove_extents.c206 int need_free = 0; local
297 need_free = 1;
322 if (need_free && context->data_ac) {
H A Dalloc.c4786 int need_free = 0; local
4841 need_free = 1;
4853 need_free = 1;
4869 if (need_free) {
7063 int need_free = 0; local
7130 need_free = 1;
7141 need_free = 1;
7169 need_free = 1;
7185 if (need_free) {
/linux-master/fs/f2fs/
H A Dnode.c2367 bool need_free = false; local
2373 need_free = true;
2377 if (need_free)
2628 bool need_free = false; local
2639 need_free = true;
2650 if (need_free)

Completed in 177 milliseconds