Searched refs:ivalue (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/nfs/ |
D | nfs4session.c | 260 u32 max_reqs, u32 ivalue) in nfs4_grow_slot_table() argument 264 if (!IS_ERR(nfs4_find_or_create_slot(tbl, max_reqs - 1, ivalue, GFP_NOFS))) in nfs4_grow_slot_table() 271 u32 ivalue) in nfs4_reset_slot_table() argument 278 (*p)->seq_nr = ivalue; in nfs4_reset_slot_table() 294 u32 max_reqs, u32 ivalue) in nfs4_realloc_slot_table() argument 304 ret = nfs4_grow_slot_table(tbl, max_reqs, ivalue); in nfs4_realloc_slot_table() 309 nfs4_reset_slot_table(tbl, max_reqs - 1, ivalue); in nfs4_realloc_slot_table()
|
/Linux-v4.19/security/ |
D | commoncap.c | 483 int cap_convert_nscap(struct dentry *dentry, void **ivalue, size_t size) in cap_convert_nscap() argument 487 const struct vfs_cap_data *cap = *ivalue; in cap_convert_nscap() 495 if (!*ivalue) in cap_convert_nscap() 506 rootid = rootid_from_xattr(*ivalue, size, task_ns); in cap_convert_nscap() 526 kvfree(*ivalue); in cap_convert_nscap() 527 *ivalue = nscap; in cap_convert_nscap()
|
/Linux-v4.19/include/linux/ |
D | capability.h | 252 extern int cap_convert_nscap(struct dentry *dentry, void **ivalue, size_t size);
|
/Linux-v4.19/drivers/net/wireless/marvell/libertas_tf/ |
D | if_usb.c | 745 static int if_usb_issue_boot_command(struct if_usb_card *cardp, int ivalue) in if_usb_issue_boot_command() argument 751 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
|
/Linux-v4.19/drivers/net/wireless/marvell/libertas/ |
D | if_usb.c | 750 static int if_usb_issue_boot_command(struct if_usb_card *cardp, int ivalue) in if_usb_issue_boot_command() argument 756 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
|