Home
last modified time | relevance | path

Searched refs:out_skip (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dfilecache.c432 goto out_skip; in nfsd_file_lru_cb()
439 goto out_skip; in nfsd_file_lru_cb()
442 goto out_skip; in nfsd_file_lru_cb()
445 goto out_skip; in nfsd_file_lru_cb()
449 out_skip: in nfsd_file_lru_cb()
/OK3568_Linux_fs/kernel/net/ceph/
H A Dmessenger.c659 con->out_skip = 0; in reset_connection()
758 BUG_ON(con->out_skip); in con_out_kvec_reset()
770 BUG_ON(con->out_skip); in con_out_kvec_add()
1622 dout("%s %p %d left\n", __func__, con, con->out_skip); in write_partial_skip()
1623 while (con->out_skip > 0) { in write_partial_skip()
1624 size_t size = min(con->out_skip, (int) PAGE_SIZE); in write_partial_skip()
1626 if (size == con->out_skip) in write_partial_skip()
1631 con->out_skip -= ret; in write_partial_skip()
2601 if (con->out_skip) { in try_write()
3148 BUG_ON(con->out_skip); in ceph_msg_revoke()
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_cil.c689 goto out_skip; in xlog_cil_push_work()
696 goto out_skip; in xlog_cil_push_work()
882 out_skip: in xlog_cil_push_work()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dmessenger.h304 int out_skip; /* skip this many bytes */ member