Searched refs:list_lru_isolate_move (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| A D | list_lru.h | 171 void list_lru_isolate_move(struct list_lru_one *list, struct list_head *item,
|
| /linux/mm/ |
| A D | list_lru.c | 173 void list_lru_isolate_move(struct list_lru_one *list, struct list_head *item, in list_lru_isolate_move() function 179 EXPORT_SYMBOL_GPL(list_lru_isolate_move);
|
| /linux/fs/xfs/ |
| A D | xfs_buf.c | 1881 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_drain_rele() 1982 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_isolate()
|
| A D | xfs_qm.c | 482 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose); in xfs_qm_dquot_isolate()
|
| /linux/fs/gfs2/ |
| A D | quota.c | 165 list_lru_isolate_move(lru, &qd->qd_lru, dispose); in gfs2_qd_isolate()
|
| /linux/fs/ |
| A D | inode.c | 943 list_lru_isolate_move(lru, &inode->i_lru, freeable); in inode_lru_isolate()
|
| A D | dcache.c | 496 list_lru_isolate_move(lru, &dentry->d_lru, list); in d_lru_shrink_move()
|
Completed in 29 milliseconds