Searched defs:inode_operations (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/filesystems/ |
A D | locking.rst | 54 inode_operations chapter
|
/linux/include/linux/ |
A D | fs.h | 2112 struct inode_operations { struct 2116 struct posix_acl * (*get_acl)(struct inode *, int, bool); 2118 int (*readlink) (struct dentry *, char __user *,int); 2123 int (*unlink) (struct inode *,struct dentry *); 2128 int (*rmdir) (struct inode *,struct dentry *); 2133 int (*setattr) (struct user_namespace *, struct dentry *, 2137 ssize_t (*listxattr) (struct dentry *, char *, size_t); 2141 int (*atomic_open)(struct inode *, struct dentry *, 2144 int (*tmpfile) (struct user_namespace *, struct inode *, 2146 int (*set_acl)(struct user_namespace *, struct inode *, [all …]
|
Completed in 14 milliseconds