Home
last modified time | relevance | path

Searched refs:fileops (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/sys/sys/
H A Dfile.h138 struct fileops { struct
191 struct fileops *f_ops; /* File operations */
251 extern struct fileops vnops;
252 extern struct fileops badfileops;
253 extern struct fileops path_fileops;
254 extern struct fileops socketops;
286 void finit(struct file *, u_int, short, void *, struct fileops *);
287 void finit_vnode(struct file *, u_int, void *, struct fileops *);
H A Dpipe.h55 extern struct fileops pipeops;
H A Dmman.h315 extern struct fileops shm_ops;
/freebsd-14.2/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_test.c178 static const struct file_operations fileops = { in xz_dec_test_init() local
189 device_major = register_chrdev(0, DEVICE_NAME, &fileops); in xz_dec_test_init()
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dfile.h46 extern struct fileops linuxfileops;
/freebsd-14.2/sys/fs/tmpfs/
H A Dtmpfs.h647 extern struct fileops tmpfs_fnops;
H A Dtmpfs_vfsops.c681 memcpy(&tmpfs_fnops, &vnops, sizeof(struct fileops)); in tmpfs_init()
H A Dtmpfs_vnops.c290 struct fileops tmpfs_fnops;
/freebsd-14.2/sys/kern/
H A Dsys_eventfd.c67 static struct fileops eventfdops = {
H A Dsys_procdesc.c102 static struct fileops procdesc_ops = {
H A Dsys_timerfd.c362 static struct fileops timerfdops = {
H A Dtty_pts.c600 static struct fileops ptsdev_ops = {
H A Dsys_socket.c101 struct fileops socketops = {
H A Duipc_sem.c143 static struct fileops ksem_ops = {
H A Dkern_descrip.c2864 finit(struct file *fp, u_int flag, short type, void *data, struct fileops *ops) in finit()
2873 finit_vnode(struct file *fp, u_int flag, void *data, struct fileops *ops) in finit_vnode()
5270 struct fileops badfileops = {
5301 struct fileops path_fileops = {
H A Duipc_mqueue.c229 static struct fileops mqueueops;
2651 static struct fileops mqueueops = {
H A Dsys_pipe.c157 struct fileops pipeops = {
H A Duipc_shm.c153 struct fileops shm_ops = {
H A Dkern_event.c130 static struct fileops kqueueops = {
H A Dvfs_vnops.c111 struct fileops vnops = {
/freebsd-14.2/sys/fs/devfs/
H A Ddevfs_vnops.c71 static struct fileops devfs_ops_f;
2042 static struct fileops devfs_ops_f = {
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1741 struct fileops linuxfileops = {