Searched refs:dispose (Results 1 - 20 of 20) sorted by relevance

/linux-master/fs/nfsd/
H A Dfilecache.c391 nfsd_file_dispose_list(struct list_head *dispose) argument
395 while (!list_empty(dispose)) {
396 nf = list_first_entry(dispose, struct nfsd_file, nf_lru);
404 * @dispose: list of nfsd_files to be disposed
410 nfsd_file_dispose_list_delayed(struct list_head *dispose) argument
412 while(!list_empty(dispose)) {
413 struct nfsd_file *nf = list_first_entry(dispose,
439 LIST_HEAD(dispose);
444 list_move(l->freeme.next, &dispose);
451 nfsd_file_dispose_list(&dispose);
603 nfsd_file_queue_for_close(struct inode *inode, struct list_head *dispose) argument
[all...]
H A Dnfscache.c121 nfsd_cacherep_dispose(struct list_head *dispose) argument
126 while (!list_empty(dispose)) {
127 rp = list_first_entry(dispose, struct nfsd_cacherep, c_lru);
265 unsigned int max, struct list_head *dispose)
287 list_add(&rp->c_lru, dispose);
328 LIST_HEAD(dispose);
338 nfsd_prune_bucket_locked(nn, b, 0, &dispose);
341 freed += nfsd_cacherep_dispose(&dispose);
487 LIST_HEAD(dispose);
512 nfsd_prune_bucket_locked(nn, b, 3, &dispose);
264 nfsd_prune_bucket_locked(struct nfsd_net *nn, struct nfsd_drc_bucket *b, unsigned int max, struct list_head *dispose) argument
[all...]
H A Dnfs4layouts.c760 struct list_head *dispose)
763 return lease_modify(onlist, arg, dispose);
759 nfsd4_layout_lm_change(struct file_lease *onlist, int arg, struct list_head *dispose) argument
H A Dnfs4state.c5257 struct list_head *dispose)
5265 return lease_modify(onlist, arg, dispose);
5256 nfsd_change_deleg_cb(struct file_lease *onlist, int arg, struct list_head *dispose) argument
/linux-master/fs/nfs/
H A Dnfs42xattr.c72 struct list_head dispose; member in struct:nfs4_xattr_cache
83 struct list_head dispose; member in struct:nfs4_xattr_entry
240 INIT_LIST_HEAD(&entry->dispose);
807 struct list_head *dispose = arg; local
834 list_add_tail(&cache->dispose, dispose);
841 LIST_HEAD(dispose);
846 cache_lru_isolate, &dispose);
847 while (!list_empty(&dispose)) {
848 cache = list_first_entry(&dispose, struc
872 struct list_head *dispose = arg; local
[all...]
/linux-master/fs/
H A Dlocks.c365 locks_dispose_list(struct list_head *dispose) argument
369 while (!list_empty(dispose)) {
370 flc = list_first_entry(dispose, struct file_lock_core, flc_list);
874 locks_delete_lock_ctx(struct file_lock_core *fl, struct list_head *dispose) argument
877 if (dispose)
878 list_add(&fl->flc_list, dispose);
1081 LIST_HEAD(dispose);
1107 locks_delete_lock_ctx(&fl->c, &dispose);
1141 locks_dispose_list(&dispose);
1157 LIST_HEAD(dispose);
1442 lease_modify(struct file_lease *fl, int arg, struct list_head *dispose) argument
1474 time_out_leases(struct inode *inode, struct list_head *dispose) argument
[all...]
H A Ddcache.c1029 LIST_HEAD(dispose);
1036 to_shrink_list(dentry, &dispose);
1040 shrink_dentry_list(&dispose);
1151 LIST_HEAD(dispose);
1155 dentry_lru_isolate, &dispose);
1156 shrink_dentry_list(&dispose);
1191 LIST_HEAD(dispose);
1194 dentry_lru_isolate_shrink, &dispose, 1024);
1195 shrink_dentry_list(&dispose);
1418 struct list_head dispose; member in struct:select_data
[all...]
H A Dinode.c686 * dispose_list - dispose of the contents of a local list
717 LIST_HEAD(dispose);
734 list_add(&inode->i_lru, &dispose);
744 dispose_list(&dispose);
750 dispose_list(&dispose);
763 LIST_HEAD(dispose);
781 list_add(&inode->i_lru, &dispose);
785 dispose_list(&dispose);
791 dispose_list(&dispose);
H A Deventpoll.c871 bool dispose; local
895 * dispose it.
904 dispose = ep_refcount_dec_and_test(ep);
907 if (dispose)
1051 bool dispose; local
1071 dispose = __ep_remove(ep, epi, true);
1074 if (dispose)
/linux-master/fs/xfs/
H A Dxfs_buf.c1100 * buffer for the LRU and clear the (now stale) dispose list
1862 struct list_head *dispose = arg; local
1878 list_lru_isolate_move(lru, item, dispose);
1911 LIST_HEAD(dispose);
1920 &dispose, LONG_MAX);
1922 while (!list_empty(&dispose)) {
1924 bp = list_first_entry(&dispose, struct xfs_buf, b_lru);
1960 struct list_head *dispose = arg; local
1979 list_lru_isolate_move(lru, item, dispose);
1990 LIST_HEAD(dispose);
[all...]
H A Dxfs_qm.c408 struct list_head dispose; member in struct:xfs_qm_isolate
482 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose);
517 INIT_LIST_HEAD(&isol.dispose);
526 while (!list_empty(&isol.dispose)) {
529 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru);
/linux-master/fs/gfs2/
H A Dquota.c157 struct list_head *dispose = arg; local
168 list_lru_isolate_move(lru, &qd->qd_lru, dispose);
179 LIST_HEAD(dispose);
186 gfs2_qd_isolate, &dispose);
188 gfs2_qd_list_dispose(&dispose);
1505 LIST_HEAD(dispose);
1522 list_add(&qd->qd_lru, &dispose);
1526 gfs2_qd_list_dispose(&dispose);
H A Dglock.c1981 * @list: The list to dispose of
2038 LIST_HEAD(dispose);
2052 list_move(&gl->gl_lru, &dispose);
2059 if (!list_empty(&dispose))
2060 gfs2_dispose_glock_lru(&dispose);
/linux-master/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c1617 int dispose = 0; local
1680 dispose = 1;
1684 if (dispose)
1687 dispose = 0;
/linux-master/include/linux/
H A Dfilelock.h390 struct list_head *dispose)
389 lease_modify(struct file_lease *fl, int arg, struct list_head *dispose) argument
/linux-master/include/linux/usb/
H A Dgadget.h141 void (*dispose) (struct usb_ep *ep); member in struct:usb_ep_ops
/linux-master/fs/ceph/
H A Ddir.c1606 LIST_HEAD(dispose);
1650 list_move_tail(&di->lease_list, &dispose);
1661 while (!list_empty(&dispose)) {
1662 di = list_first_entry(&dispose, struct ceph_dentry_info,
H A Dmds_client.c1775 struct list_head *dispose)
1777 while (!list_empty(dispose)) {
1780 cap = list_first_entry(dispose, struct ceph_cap, session_caps);
1926 LIST_HEAD(dispose);
1962 detach_cap_releases(session, &dispose);
1967 dispose_cap_releases(session->s_mdsc, &dispose);
4743 LIST_HEAD(dispose);
4776 detach_cap_releases(session, &dispose);
4778 dispose_cap_releases(mdsc, &dispose);
1774 dispose_cap_releases(struct ceph_mds_client *mdsc, struct list_head *dispose) argument
/linux-master/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c792 .dispose = ast_vhub_epn_dispose,
/linux-master/drivers/usb/gadget/
H A Dcomposite.c2522 * In that case, the dispose() callback is used to notify the
2530 if (ep->ops->dispose)
2531 ep->ops->dispose(ep);

Completed in 289 milliseconds