Searched defs:inode_operations (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | fs.h | 2198 struct inode_operations { struct 2204 int (*readlink) (struct dentry *, char __user *,int); 2209 int (*unlink) (struct inode *,struct dentry *); 2214 int (*rmdir) (struct inode *,struct dentry *); 2220 int (*getattr) (struct mnt_idmap *, const struct path *, 2222 ssize_t (*listxattr) (struct dentry *, char *, size_t); 2225 int (*update_time)(struct inode *, int); 2226 int (*atomic_open)(struct inode *, struct dentry *, 2229 int (*tmpfile) (struct mnt_idmap *, struct inode *, 2233 int (*set_acl)(struct mnt_idmap *, struct dentry *, [all …]
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | locking.rst | 59 inode_operations chapter
|