Home
last modified time | relevance | path

Searched refs:renew (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nfs/
H A Dnfs40proc.c183 .renew = 1, /* append RENEW */ in _nfs40_proc_get_locations()
188 .renew = 1, in _nfs40_proc_get_locations()
228 .renew = 1, /* append RENEW */ in _nfs40_proc_fsid_present()
231 .renew = 1, in _nfs40_proc_fsid_present()
/linux/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.c101 static int wfx_tx_policy_get(struct wfx_vif *wvif, struct ieee80211_tx_rate *rates, bool *renew) in wfx_tx_policy_get() argument
118 *renew = false; in wfx_tx_policy_get()
121 *renew = true; in wfx_tx_policy_get()
/linux/include/linux/
H A Dnfs_xdr.h1284 unsigned char migration:1, renew:1; member
1290 unsigned char migration:1, renew:1; member
1318 unsigned char renew:1; member
1324 unsigned char renew:1; member
/linux/drivers/net/wireless/st/cw1200/
H A Dtxrx.c298 size_t count, bool *renew) in tx_policy_get() argument
314 *renew = false; in tx_policy_get()
317 *renew = true; in tx_policy_get()
/linux/fs/nfsd/
H A Dnfs4xdr.c1458 clientid_t *clientid = &u->renew; in nfsd4_decode_renew()