Home
last modified time | relevance | path

Searched defs:fop (Results 1 – 17 of 17) sorted by relevance

/linux-6.14.4/fs/
Dfile_table.c316 const struct file_operations *fop) in file_init_path()
346 const struct file_operations *fop) in alloc_file()
/linux-6.14.4/drivers/net/wireless/ath/wcn36xx/
Ddebug.c176 #define ADD_FILE(name, mode, fop, priv_data) \ argument
/linux-6.14.4/arch/x86/include/asm/
Duser_32.h60 unsigned short fop; member
Duser_64.h56 unsigned short fop; member
Duser32.h24 unsigned short fop; member
/linux-6.14.4/fs/fuse/
Dcontrol.c210 const struct file_operations *fop) in fuse_ctl_add_dentry()
/linux-6.14.4/fs/tracefs/
Devent_inode.c371 const struct file_operations *fop) in lookup_file()
/linux-6.14.4/include/soc/tegra/
Dbpmp-abi.h646 struct cmd_debugfs_fileop_request fop; member
661 struct cmd_debugfs_fileop_response fop; member
838 struct cmd_debug_fopen_request fop; member
854 struct cmd_debug_fopen_response fop; member
/linux-6.14.4/arch/arm/vfp/
Dvfpdouble.c1135 struct op *fop; in vfp_double_cpdo() local
Dvfpsingle.c1180 struct op *fop; in vfp_single_cpdo() local
/linux-6.14.4/arch/x86/include/asm/fpu/
Dtypes.h40 u16 fop; /* Last Instruction Opcode */ member
/linux-6.14.4/arch/x86/include/uapi/asm/
Dsigcontext.h154 __u16 fop; member
/linux-6.14.4/drivers/misc/mei/
Dclient.c1449 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop) in mei_cl_notify_fop2req()
/linux-6.14.4/arch/x86/kvm/
Dkvm_emulate.h351 fastop_t fop; member
Demulate.c1069 void (*fop)(void) = (void *)em_setcc + FASTOP_SIZE * (condition & 0xf); in test_cc() local
5074 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop) in fastop()
/linux-6.14.4/fs/proc/
Dbase.c159 const struct file_operations *fop; member
/linux-6.14.4/arch/powerpc/xmon/
Dppc-opc.c2502 #define SCI8BF(op, fop, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 11) | (((fop) & 7) << 2… argument