Home
last modified time | relevance | path

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

/Linux-v4.19/fs/afs/
Ddir.c1065 struct afs_file_status *newstatus, in afs_vnode_new_inode() argument
1077 newfid, newstatus, newcb, fc->cbi); in afs_vnode_new_inode()
1096 struct afs_file_status newstatus; in afs_mkdir() local
1121 &newfid, &newstatus, &newcb); in afs_mkdir()
1126 afs_vnode_new_inode(&fc, dentry, &newfid, &newstatus, &newcb); in afs_mkdir()
1323 struct afs_file_status newstatus; in afs_create() local
1351 &newfid, &newstatus, &newcb); in afs_create()
1356 afs_vnode_new_inode(&fc, dentry, &newfid, &newstatus, &newcb); in afs_create()
1460 struct afs_file_status newstatus; in afs_symlink() local
1491 &newfid, &newstatus); in afs_symlink()
[all …]
Dfsclient.c772 struct afs_file_status *newstatus, in afs_fs_create() argument
796 call->reply[2] = newstatus; in afs_fs_create()
1047 struct afs_file_status *newstatus) in afs_fs_symlink() argument
1073 call->reply[2] = newstatus; in afs_fs_symlink()
/Linux-v4.19/drivers/net/wireless/intersil/orinoco/
Dmain.c1453 u16 newstatus; in __orinoco_ev_info() local
1469 newstatus = le16_to_cpu(linkstatus.linkstatus); in __orinoco_ev_info()
1473 if (newstatus == HERMES_LINKSTATUS_AP_OUT_OF_RANGE && in __orinoco_ev_info()
1480 connected = (newstatus == HERMES_LINKSTATUS_CONNECTED) in __orinoco_ev_info()
1481 || (newstatus == HERMES_LINKSTATUS_AP_CHANGE) in __orinoco_ev_info()
1482 || (newstatus == HERMES_LINKSTATUS_AP_IN_RANGE); in __orinoco_ev_info()
1489 if (newstatus != priv->last_linkstatus) { in __orinoco_ev_info()
1490 priv->last_linkstatus = newstatus; in __orinoco_ev_info()
1491 print_linkstatus(dev, newstatus); in __orinoco_ev_info()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c2515 u32 newstatus = 0; in brcmf_sdio_dpc() local
2573 newstatus = brcmf_sdiod_readl(sdiod, intstat_addr, &err); in brcmf_sdio_dpc()
2577 !!(newstatus & (I_HMB_FC_STATE | I_HMB_FC_CHANGE))); in brcmf_sdio_dpc()
2578 intstatus |= (newstatus & bus->hostintmask); in brcmf_sdio_dpc()
/Linux-v4.19/drivers/platform/x86/
Dthinkpad_acpi.c5601 int newstatus = 0; in light_write() local
5608 newstatus = 1; in light_write()
5610 newstatus = 0; in light_write()
5615 return light_set_status(newstatus); in light_write()