// SPDX-License-Identifier: GPL-2.0 /* * linux/fs/sysv/file.c * * minix/file.c * Copyright (C) 1991, 1992 Linus Torvalds * * coh/file.c * Copyright (C) 1993 Pascal Haible, Bruno Haible * * sysv/file.c * Copyright (C) 1993 Bruno Haible * * SystemV/Coherent regular file handling primitives */ #include "sysv.h" /* * We have mostly NULLs here: the current defaults are OK for * the coh filesystem. */ const struct file_operations sysv_file_operations = …; static int sysv_setattr(struct mnt_idmap *idmap, struct dentry *dentry, struct iattr *attr) { … } const struct inode_operations sysv_file_inode_operations = …;