Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfile.h143 struct fileops { struct
196 const struct fileops *f_ops; /* File operations */
256 extern const struct fileops vnops;
257 extern const struct fileops badfileops;
258 extern const struct fileops path_fileops;
259 extern const struct fileops socketops;
294 void finit(struct file *, u_int, short, void *, const struct fileops *);
295 void finit_vnode(struct file *, u_int, void *, const struct fileops *);
H A Dpipe.h55 extern const struct fileops pipeops;
H A Dmman.h317 extern const struct fileops shm_ops;
/freebsd/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/sys/compat/linuxkpi/common/include/linux/
H A Dfile.h46 extern const struct fileops linuxfileops;
/freebsd/sys/kern/
H A Dsys_eventfd.c64 static const struct fileops eventfdops = {
H A Dkern_jaildesc.c57 static struct fileops jaildesc_ops = {
H A Dsys_procdesc.c99 static const struct fileops procdesc_ops = {
H A Dsys_timerfd.c361 static const struct fileops timerfdops = {
H A Dtty_pts.c599 static const struct fileops ptsdev_ops = {
H A Dsys_socket.c99 const struct fileops socketops = {
H A Duipc_sem.c143 static const struct fileops ksem_ops = {
H A Dvfs_inotify.c90 static const struct fileops inotifyfdops = {
H A Dkern_descrip.c2980 const struct fileops *ops) in finit()
2989 finit_vnode(struct file *fp, u_int flag, void *data, const struct fileops *ops) in finit_vnode()
5465 const struct fileops badfileops = {
5496 const struct fileops path_fileops = {
H A Duipc_mqueue.c233 static const struct fileops mqueueops;
2686 static const struct fileops mqueueops = {
H A Dsys_pipe.c156 const struct fileops pipeops = {
H A Duipc_shm.c154 const struct fileops shm_ops = {
H A Dkern_event.c138 static const struct fileops kqueueops = {
H A Dvfs_vnops.c107 const struct fileops vnops = {
/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h666 extern struct fileops tmpfs_fnops;
H A Dtmpfs_vfsops.c676 memcpy(&tmpfs_fnops, &vnops, sizeof(struct fileops)); in tmpfs_init()
H A Dtmpfs_vnops.c289 struct fileops tmpfs_fnops;
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c69 static const struct fileops devfs_ops_f;
2049 static const struct fileops devfs_ops_f = {
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1795 const struct fileops linuxfileops = {