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

/linux-4.4.14/fs/afs/
H A Dvnode.c452 struct afs_file_status *newstatus, afs_vnode_create()
480 newstatus, newcb, &afs_sync_call); afs_vnode_create()
634 struct afs_file_status *newstatus, afs_vnode_symlink()
662 newfid, newstatus, &afs_sync_call); afs_vnode_symlink()
450 afs_vnode_create(struct afs_vnode *vnode, struct key *key, const char *name, umode_t mode, struct afs_fid *newfid, struct afs_file_status *newstatus, struct afs_callback *newcb, struct afs_server **_server) afs_vnode_create() argument
631 afs_vnode_symlink(struct afs_vnode *vnode, struct key *key, const char *name, const char *content, struct afs_fid *newfid, struct afs_file_status *newstatus, struct afs_server **_server) afs_vnode_symlink() argument
H A Dfsclient.c666 struct afs_file_status *newstatus, afs_fs_create()
688 call->reply3 = newstatus; afs_fs_create()
935 struct afs_file_status *newstatus, afs_fs_symlink()
960 call->reply3 = newstatus; afs_fs_symlink()
660 afs_fs_create(struct afs_server *server, struct key *key, struct afs_vnode *vnode, const char *name, umode_t mode, struct afs_fid *newfid, struct afs_file_status *newstatus, struct afs_callback *newcb, const struct afs_wait_mode *wait_mode) afs_fs_create() argument
929 afs_fs_symlink(struct afs_server *server, struct key *key, struct afs_vnode *vnode, const char *name, const char *contents, struct afs_fid *newfid, struct afs_file_status *newstatus, const struct afs_wait_mode *wait_mode) afs_fs_symlink() argument
/linux-4.4.14/drivers/net/wireless/orinoco/
H A Dmain.c1469 u16 newstatus; __orinoco_ev_info() local
1485 newstatus = le16_to_cpu(linkstatus.linkstatus); __orinoco_ev_info()
1489 if (newstatus == HERMES_LINKSTATUS_AP_OUT_OF_RANGE && __orinoco_ev_info()
1496 connected = (newstatus == HERMES_LINKSTATUS_CONNECTED) __orinoco_ev_info()
1497 || (newstatus == HERMES_LINKSTATUS_AP_CHANGE) __orinoco_ev_info()
1498 || (newstatus == HERMES_LINKSTATUS_AP_IN_RANGE); __orinoco_ev_info()
1505 if (newstatus != priv->last_linkstatus) { __orinoco_ev_info()
1506 priv->last_linkstatus = newstatus; __orinoco_ev_info()
1507 print_linkstatus(dev, newstatus); __orinoco_ev_info()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dsdio.c2599 u32 newstatus = 0; brcmf_sdio_dpc() local
2657 err = r_sdreg32(bus, &newstatus, brcmf_sdio_dpc()
2661 !!(newstatus & (I_HMB_FC_STATE | I_HMB_FC_CHANGE))); brcmf_sdio_dpc()
2662 intstatus |= (newstatus & bus->hostintmask); brcmf_sdio_dpc()
/linux-4.4.14/drivers/platform/x86/
H A Dthinkpad_acpi.c5133 int newstatus = 0; light_write() local
5140 newstatus = 1; light_write()
5142 newstatus = 0; light_write()
5147 return light_set_status(newstatus); light_write()

Completed in 842 milliseconds