Home
last modified time | relevance | path

Searched refs:lcp (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dblocklayout.c120 nfsd4_block_commit_blocks(struct inode *inode, struct nfsd4_layoutcommit *lcp, in nfsd4_block_commit_blocks() argument
123 loff_t new_size = lcp->lc_last_wr + 1; in nfsd4_block_commit_blocks()
127 if (lcp->lc_mtime.tv_nsec == UTIME_NOW || in nfsd4_block_commit_blocks()
128 timespec64_compare(&lcp->lc_mtime, &inode->i_mtime) < 0) in nfsd4_block_commit_blocks()
129 lcp->lc_mtime = current_time(inode); in nfsd4_block_commit_blocks()
131 iattr.ia_atime = iattr.ia_ctime = iattr.ia_mtime = lcp->lc_mtime; in nfsd4_block_commit_blocks()
180 struct nfsd4_layoutcommit *lcp) in nfsd4_block_proc_layoutcommit() argument
185 nr_iomaps = nfsd4_block_decode_layoutupdate(lcp->lc_up_layout, in nfsd4_block_proc_layoutcommit()
186 lcp->lc_up_len, &iomaps, i_blocksize(inode)); in nfsd4_block_proc_layoutcommit()
190 return nfsd4_block_commit_blocks(inode, lcp, iomaps, nr_iomaps); in nfsd4_block_proc_layoutcommit()
[all …]
H A Dpnfs.h38 struct nfsd4_layoutcommit *lcp);
H A Dnfs4proc.c1993 struct nfsd4_layoutcommit *lcp = &u->layoutcommit; in nfsd4_layoutcommit() local
1994 const struct nfsd4_layout_seg *seg = &lcp->lc_seg; in nfsd4_layoutcommit()
1997 loff_t new_size = lcp->lc_last_wr + 1; in nfsd4_layoutcommit()
2007 ops = nfsd4_layout_verify(current_fh->fh_export, lcp->lc_layout_type); in nfsd4_layoutcommit()
2021 if (!lcp->lc_newoffset && new_size > i_size_read(inode)) { in nfsd4_layoutcommit()
2026 nfserr = nfsd4_preprocess_layout_stateid(rqstp, cstate, &lcp->lc_sid, in nfsd4_layoutcommit()
2027 false, lcp->lc_layout_type, in nfsd4_layoutcommit()
2030 trace_nfsd_layout_commit_lookup_fail(&lcp->lc_sid); in nfsd4_layoutcommit()
2041 lcp->lc_size_chg = 1; in nfsd4_layoutcommit()
2042 lcp->lc_newsize = new_size; in nfsd4_layoutcommit()
[all …]
H A Dnfs4xdr.c1645 struct nfsd4_layoutcommit *lcp) in nfsd4_decode_layoutcommit() argument
1651 p = xdr_decode_hyper(p, &lcp->lc_seg.offset); in nfsd4_decode_layoutcommit()
1652 p = xdr_decode_hyper(p, &lcp->lc_seg.length); in nfsd4_decode_layoutcommit()
1653 lcp->lc_reclaim = be32_to_cpup(p++); in nfsd4_decode_layoutcommit()
1655 status = nfsd4_decode_stateid(argp, &lcp->lc_sid); in nfsd4_decode_layoutcommit()
1660 lcp->lc_newoffset = be32_to_cpup(p++); in nfsd4_decode_layoutcommit()
1661 if (lcp->lc_newoffset) { in nfsd4_decode_layoutcommit()
1663 p = xdr_decode_hyper(p, &lcp->lc_last_wr); in nfsd4_decode_layoutcommit()
1665 lcp->lc_last_wr = 0; in nfsd4_decode_layoutcommit()
1669 status = nfsd4_decode_time(argp, &lcp->lc_mtime); in nfsd4_decode_layoutcommit()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/c67x00/
H A Dc67x00-ll-hpi.c240 res = wait_for_completion_timeout(&dev->hpi.lcp.msg_received, 5 * HZ); in ll_recv_msg()
285 mutex_lock(&dev->hpi.lcp.mutex); in c67x00_comm_exec_int()
291 mutex_unlock(&dev->hpi.lcp.mutex); in c67x00_comm_exec_int()
301 mutex_lock(&dev->hpi.lcp.mutex); in c67x00_ll_set_husb_eot()
303 mutex_unlock(&dev->hpi.lcp.mutex); in c67x00_ll_set_husb_eot()
378 dev->hpi.lcp.last_msg = hpi_recv_mbox(dev); in c67x00_ll_irq()
379 complete(&dev->hpi.lcp.msg_received); in c67x00_ll_irq()
388 mutex_lock(&dev->hpi.lcp.mutex); in c67x00_ll_reset()
391 mutex_unlock(&dev->hpi.lcp.mutex); in c67x00_ll_reset()
471 mutex_init(&dev->hpi.lcp.mutex); in c67x00_ll_init()
[all …]
H A Dc67x00.h223 struct c67x00_lcp lcp; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp-dialin/files/
H A Dhost-peer6 lcp-echo-interval 5
7 lcp-echo-failure 3
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp830 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); in pref_begin() local
831 return m_p_traits->begin(m_p_traits->extract_key(lcp->value())); in pref_begin()
842 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); in pref_end() local
843 return m_p_traits->end(m_p_traits->extract_key(lcp->value())); in pref_end()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp830 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); in pref_begin() local
831 return m_p_traits->begin(m_p_traits->extract_key(lcp->value())); in pref_begin()
842 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); in pref_end() local
843 return m_p_traits->end(m_p_traits->extract_key(lcp->value())); in pref_end()
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv2281 …f\Z�����������������������wi��{���pXf�������������������S����[.e��������lcp�����������������^7<…