Home
last modified time | relevance | path

Searched refs:ivalue (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4session.c263 u32 max_reqs, u32 ivalue) in nfs4_grow_slot_table()
267 if (!IS_ERR(nfs4_find_or_create_slot(tbl, max_reqs - 1, ivalue, GFP_NOFS))) in nfs4_grow_slot_table()
274 u32 ivalue) in nfs4_reset_slot_table()
281 (*p)->seq_nr = ivalue; in nfs4_reset_slot_table()
282 (*p)->seq_nr_highest_sent = ivalue; in nfs4_reset_slot_table()
283 (*p)->seq_nr_last_acked = ivalue - 1; in nfs4_reset_slot_table()
298 u32 max_reqs, u32 ivalue) in nfs4_realloc_slot_table()
308 ret = nfs4_grow_slot_table(tbl, max_reqs, ivalue); in nfs4_realloc_slot_table()
313 nfs4_reset_slot_table(tbl, max_reqs - 1, ivalue); in nfs4_realloc_slot_table()
262 nfs4_grow_slot_table(struct nfs4_slot_table *tbl, u32 max_reqs, u32 ivalue) nfs4_grow_slot_table() argument
272 nfs4_reset_slot_table(struct nfs4_slot_table *tbl, u32 server_highest_slotid, u32 ivalue) nfs4_reset_slot_table() argument
297 nfs4_realloc_slot_table(struct nfs4_slot_table *tbl, u32 max_reqs, u32 ivalue) nfs4_realloc_slot_table() argument
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4session.c263 u32 max_reqs, u32 ivalue) in nfs4_grow_slot_table()
267 if (!IS_ERR(nfs4_find_or_create_slot(tbl, max_reqs - 1, ivalue, GFP_NOFS))) in nfs4_grow_slot_table()
274 u32 ivalue) in nfs4_reset_slot_table()
281 (*p)->seq_nr = ivalue; in nfs4_reset_slot_table()
282 (*p)->seq_nr_highest_sent = ivalue; in nfs4_reset_slot_table()
283 (*p)->seq_nr_last_acked = ivalue - 1; in nfs4_reset_slot_table()
298 u32 max_reqs, u32 ivalue) in nfs4_realloc_slot_table()
308 ret = nfs4_grow_slot_table(tbl, max_reqs, ivalue); in nfs4_realloc_slot_table()
313 nfs4_reset_slot_table(tbl, max_reqs - 1, ivalue); in nfs4_realloc_slot_table()
262 nfs4_grow_slot_table(struct nfs4_slot_table *tbl, u32 max_reqs, u32 ivalue) nfs4_grow_slot_table() argument
272 nfs4_reset_slot_table(struct nfs4_slot_table *tbl, u32 server_highest_slotid, u32 ivalue) nfs4_reset_slot_table() argument
297 nfs4_realloc_slot_table(struct nfs4_slot_table *tbl, u32 max_reqs, u32 ivalue) nfs4_realloc_slot_table() argument
/kernel/linux/linux-5.10/security/
H A Dcommoncap.c497 int cap_convert_nscap(struct dentry *dentry, void **ivalue, size_t size) in cap_convert_nscap() argument
501 const struct vfs_cap_data *cap = *ivalue; in cap_convert_nscap()
509 if (!*ivalue) in cap_convert_nscap()
520 rootid = rootid_from_xattr(*ivalue, size, task_ns); in cap_convert_nscap()
540 kvfree(*ivalue); in cap_convert_nscap()
541 *ivalue = nscap; in cap_convert_nscap()
/kernel/linux/linux-6.6/security/
H A Dcommoncap.c490 * @size: size of @ivalue
515 * @ivalue: vfs caps value which may be modified by this function
516 * @size: size of @ivalue
530 const void **ivalue, size_t size) in cap_convert_nscap()
534 const struct vfs_cap_data *cap = *ivalue; in cap_convert_nscap()
543 if (!*ivalue) in cap_convert_nscap()
554 vfsrootid = rootid_from_xattr(*ivalue, size, task_ns); in cap_convert_nscap()
578 *ivalue = nscap; in cap_convert_nscap()
529 cap_convert_nscap(struct mnt_idmap *idmap, struct dentry *dentry, const void **ivalue, size_t size) cap_convert_nscap() argument
/kernel/linux/linux-6.6/include/linux/
H A Dcapability.h217 const void **ivalue, size_t size);
/kernel/linux/linux-5.10/include/linux/
H A Dcapability.h273 extern int cap_convert_nscap(struct dentry *dentry, void **ivalue, size_t size);
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c740 * @ivalue: 1 boots from FW by USB-Download, 2 boots from FW in EEPROM.
744 static int if_usb_issue_boot_command(struct if_usb_card *cardp, int ivalue) in if_usb_issue_boot_command() argument
750 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c752 * @ivalue: 1:Boot from FW by USB-Download
756 static int if_usb_issue_boot_command(struct if_usb_card *cardp, int ivalue) in if_usb_issue_boot_command() argument
762 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c752 * @ivalue: 1:Boot from FW by USB-Download
756 static int if_usb_issue_boot_command(struct if_usb_card *cardp, int ivalue) in if_usb_issue_boot_command() argument
762 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c740 * @ivalue: 1 boots from FW by USB-Download, 2 boots from FW in EEPROM.
744 static int if_usb_issue_boot_command(struct if_usb_card *cardp, int ivalue) in if_usb_issue_boot_command() argument
750 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()

Completed in 12 milliseconds