Home
last modified time | relevance | path

Searched defs:fp (Results 101 – 125 of 488) sorted by relevance

12345678910>>...20

/Linux-v6.6/fs/nfsd/
Dnfs4state.c586 struct nfs4_file *fp = container_of(rcu, struct nfs4_file, fi_rcu); in nfsd4_free_file_rcu() local
747 nfs4_resolve_deny_conflicts_locked(struct nfs4_file *fp, bool new_stp, in nfs4_resolve_deny_conflicts_locked()
782 __nfs4_file_get_access(struct nfs4_file *fp, u32 access) in __nfs4_file_get_access()
793 nfs4_file_get_access(struct nfs4_file *fp, u32 access) in nfs4_file_get_access()
809 static __be32 nfs4_file_check_deny(struct nfs4_file *fp, u32 deny) in nfs4_file_check_deny()
828 static void __nfs4_file_put_access(struct nfs4_file *fp, int oflag) in __nfs4_file_put_access()
847 static void nfs4_file_put_access(struct nfs4_file *fp, u32 access) in nfs4_file_put_access()
880 struct nfs4_file *fp = co->co_file; in hash_clnt_odstate_locked() local
896 struct nfs4_file *fp; in put_clnt_odstate() local
912 find_or_hash_clnt_odstate(struct nfs4_file *fp, struct nfs4_clnt_odstate *new) in find_or_hash_clnt_odstate()
[all …]
/Linux-v6.6/arch/powerpc/perf/
Dcallchain_64.c40 static int is_sigreturn_64_address(unsigned long nip, unsigned long fp) in is_sigreturn_64_address()
75 unsigned long __user *fp, *uregs; in perf_callchain_user_64() local
/Linux-v6.6/net/ipv6/
Dexthdrs_core.c89 __be16 _frag_off, *fp; in ipv6_skip_exthdr() local
238 __be16 *fp; in ipv6_find_hdr() local
/Linux-v6.6/arch/arm64/kernel/
Dperf_callchain.c14 struct frame_tail __user *fp; member
65 compat_uptr_t fp; /* a (struct compat_frame_tail *) in compat mode */ member
/Linux-v6.6/drivers/video/logo/
Dpnmtologo.c78 static unsigned int get_number(FILE *fp) in get_number()
114 static unsigned int get_number255(FILE *fp, unsigned int maxval) in get_number255()
123 FILE *fp; in read_image() local
/Linux-v6.6/drivers/hid/
Dhid-roccat-arvo.c185 static ssize_t arvo_sysfs_write(struct file *fp, in arvo_sysfs_write()
204 static ssize_t arvo_sysfs_read(struct file *fp, in arvo_sysfs_read()
226 static ssize_t arvo_sysfs_write_button(struct file *fp, in arvo_sysfs_write_button()
236 static ssize_t arvo_sysfs_read_info(struct file *fp, in arvo_sysfs_read_info()
Dhid-roccat-koneplus.c81 static ssize_t koneplus_sysfs_read(struct file *fp, struct kobject *kobj, in koneplus_sysfs_read()
106 static ssize_t koneplus_sysfs_write(struct file *fp, struct kobject *kobj, in koneplus_sysfs_write()
185 static ssize_t koneplus_sysfs_read_profilex_settings(struct file *fp, in koneplus_sysfs_read_profilex_settings()
203 static ssize_t koneplus_sysfs_read_profilex_buttons(struct file *fp, in koneplus_sysfs_read_profilex_buttons()
Dhid-roccat-lua.c26 static ssize_t lua_sysfs_read(struct file *fp, struct kobject *kobj, in lua_sysfs_read()
48 static ssize_t lua_sysfs_write(struct file *fp, struct kobject *kobj, in lua_sysfs_write()
Dhid-roccat-common.c130 ssize_t roccat_common2_sysfs_read(struct file *fp, struct kobject *kobj, in roccat_common2_sysfs_read()
153 ssize_t roccat_common2_sysfs_write(struct file *fp, struct kobject *kobj, in roccat_common2_sysfs_write()
/Linux-v6.6/fs/smb/server/
Dvfs.c288 static int ksmbd_vfs_stream_read(struct ksmbd_file *fp, char *buf, loff_t *pos, in ksmbd_vfs_stream_read()
374 int ksmbd_vfs_read(struct ksmbd_work *work, struct ksmbd_file *fp, size_t count, in ksmbd_vfs_read()
417 static int ksmbd_vfs_stream_write(struct ksmbd_file *fp, char *buf, loff_t *pos, in ksmbd_vfs_stream_write()
489 int ksmbd_vfs_write(struct ksmbd_work *work, struct ksmbd_file *fp, in ksmbd_vfs_write()
573 struct ksmbd_file *fp; in ksmbd_vfs_fsync() local
814 struct ksmbd_file *fp, loff_t size) in ksmbd_vfs_truncate()
980 int ksmbd_vfs_zero_data(struct ksmbd_work *work, struct ksmbd_file *fp, in ksmbd_vfs_zero_data()
994 int ksmbd_vfs_fqar_lseek(struct ksmbd_file *fp, loff_t start, loff_t length, in ksmbd_vfs_fqar_lseek()
1115 int ksmbd_vfs_empty_dir(struct ksmbd_file *fp) in ksmbd_vfs_empty_dir()
/Linux-v6.6/arch/x86/tools/
Dinsn_decoder_test.c59 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field()
70 static void dump_insn(FILE *fp, struct insn *insn) in dump_insn()
Drelocs.c366 static void read_ehdr(FILE *fp) in read_ehdr()
436 static void read_shdrs(FILE *fp) in read_shdrs()
471 static void read_strtabs(FILE *fp) in read_strtabs()
496 static void read_symtabs(FILE *fp) in read_symtabs()
558 static void read_relocs(FILE *fp) in read_relocs()
1170 void process(FILE *fp, int use_real_mode, int as_text, in process()
/Linux-v6.6/arch/nios2/kernel/
Dprocess.c152 void dump(struct pt_regs *fp) in dump()
223 unsigned long fp, pc; in __get_wchan() local
/Linux-v6.6/arch/arm64/include/asm/stacktrace/
Dcommon.h37 unsigned long fp; member
157 unsigned long fp = state->fp; in unwind_next_frame_record() local
/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_dfs.c17 qla_dfs_rport_get(struct fc_port *fp, int attr_id, u64 *val) in qla_dfs_rport_get()
33 qla_dfs_rport_set(struct fc_port *fp, int attr_id, u64 val) in qla_dfs_rport_set()
106 qla2x00_dfs_create_rport(scsi_qla_host_t *vha, struct fc_port *fp) in qla2x00_dfs_create_rport()
140 qla2x00_dfs_remove_rport(scsi_qla_host_t *vha, struct fc_port *fp) in qla2x00_dfs_remove_rport()
/Linux-v6.6/drivers/ata/
Dlibata-scsi.c1208 u16 fp; in ata_scsi_start_stop_xlat() local
1405 u16 fp; in ata_scsi_verify_xlat() local
1556 u16 fp = 0; in ata_scsi_rw_xlat() local
2395 u16 fp; in ata_scsiop_mode_sense() local
2883 u16 fp; in ata_scsi_pass_thru() local
3211 u16 fp; in ata_scsi_write_same_xlat() local
3473 u16 sect, fp = (u16)-1; in ata_scsi_zbc_in_xlat() local
3560 u16 fp = (u16)-1; in ata_scsi_zbc_out_xlat() local
3642 const u8 *buf, int len, u16 *fp) in ata_mselect_caching()
3687 const u8 *buf, int len, u16 *fp) in ata_mselect_control_spg0()
[all …]
/Linux-v6.6/tools/testing/vsock/
Dvsock_diag_test.c79 static void print_vsock_addr(FILE *fp, unsigned int cid, unsigned int port) in print_vsock_addr()
92 static void print_vsock_stat(FILE *fp, struct vsock_stat *st) in print_vsock_stat()
104 static void print_vsock_stats(FILE *fp, struct list_head *head) in print_vsock_stats()
/Linux-v6.6/drivers/misc/
Dhpilo.c434 static ssize_t ilo_read(struct file *fp, char __user *buf, in ilo_read()
484 static ssize_t ilo_write(struct file *fp, const char __user *buf, in ilo_write()
516 static __poll_t ilo_poll(struct file *fp, poll_table *wait) in ilo_poll()
531 static int ilo_close(struct inode *ip, struct file *fp) in ilo_close()
562 static int ilo_open(struct inode *ip, struct file *fp) in ilo_open()
/Linux-v6.6/drivers/scsi/fcoe/
Dfcoe.c895 static bool fcoe_oem_match(struct fc_frame *fp) in fcoe_oem_match()
1470 static int fcoe_xmit(struct fc_lport *lport, struct fc_frame *fp) in fcoe_xmit()
1603 struct fc_frame *fp) in fcoe_filter_frames()
1653 struct fc_frame *fp; in fcoe_recv_frame() local
2559 static void fcoe_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fcoe_flogi_resp()
2588 static void fcoe_logo_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fcoe_logo_resp()
2608 struct fc_frame *fp, unsigned int op, in fcoe_elsct_send()
2773 struct fc_frame *fp; in fcoe_set_vport_symbolic_name() local
2816 u32 port_id, struct fc_frame *fp) in fcoe_set_port_id()
/Linux-v6.6/arch/alpha/include/uapi/asm/
Dfpu.h95 unsigned long fp; in ieee_swcr_to_fpcr() local
109 ieee_fpcr_to_swcr(unsigned long fp) in ieee_fpcr_to_swcr()
/Linux-v6.6/drivers/target/tcm_fc/
Dtfc_io.c44 struct fc_frame *fp = NULL; in ft_queue_data_in() local
195 void ft_recv_write_data(struct ft_cmd *cmd, struct fc_frame *fp) in ft_recv_write_data()
/Linux-v6.6/arch/powerpc/net/
Dbpf_jit_comp.c55 struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *fp) in bpf_int_jit_compile()
233 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, int pass, struct codegen_context *ctx, in bpf_add_extable_entry()
/Linux-v6.6/arch/csky/kernel/
Dstacktrace.c12 unsigned long fp; member
19 unsigned long fp, sp, pc; in walk_stackframe() local
/Linux-v6.6/drivers/scsi/libfc/
Dfc_libfc.c154 void fc_fill_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, in fc_fill_hdr()
210 void fc_fill_reply_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, in fc_fill_reply_hdr()
/Linux-v6.6/arch/sparc/kernel/
Dsignal_32.c66 static inline bool invalid_frame_pointer(void __user *fp, int fplen) in invalid_frame_pointer()
259 __siginfo_fpu_t __user *fp = tail; in setup_frame() local
355 __siginfo_fpu_t __user *fp = tail; in setup_rt_frame() local

12345678910>>...20