| /kernel/linux/linux-6.6/include/linux/ |
| D | dcache.h | 82 struct dentry { struct 85 seqcount_spinlock_t d_seq; /* per dentry seqlock */ argument 87 struct dentry *d_parent; /* parent directory */ argument 94 struct lockref d_lockref; /* per-dentry lock and refcount */ argument 95 const struct dentry_operations *d_op; argument 96 struct super_block *d_sb; /* The root of the dentry tree */ argument 117 * dentry->d_lock spinlock nesting subclasses: argument 283 static inline unsigned d_count(const struct dentry *dentry) in d_count() 310 static inline struct dentry *dget_dlock(struct dentry *dentry) in dget_dlock() 317 static inline struct dentry *dget(struct dentry *dentry) in dget() [all …]
|
| D | evm.h | 40 struct dentry *dentry, in evm_inode_post_remove_acl() 49 struct dentry *dentry, in evm_inode_remove_acl() 54 static inline void evm_inode_post_set_acl(struct dentry *dentry, in evm_inode_post_set_acl() 85 static inline enum integrity_status evm_verifyxattr(struct dentry *dentry, in evm_verifyxattr() 96 struct dentry *dentry, struct iattr *attr) in evm_inode_setattr() 101 static inline void evm_inode_post_setattr(struct dentry *dentry, int ia_valid) in evm_inode_post_setattr() 107 struct dentry *dentry, const char *name, in evm_inode_setxattr() 113 static inline void evm_inode_post_setxattr(struct dentry *dentry, in evm_inode_post_setxattr() 127 struct dentry *dentry, in evm_inode_removexattr() 133 static inline void evm_inode_post_removexattr(struct dentry *dentry, in evm_inode_post_removexattr() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | dcache.h | 89 struct dentry { struct 92 seqcount_spinlock_t d_seq; /* per dentry seqlock */ argument 94 struct dentry *d_parent; /* parent directory */ argument 101 struct lockref d_lockref; /* per-dentry lock and refcount */ argument 102 const struct dentry_operations *d_op; argument 103 struct super_block *d_sb; /* The root of the dentry tree */ argument 124 * dentry->d_lock spinlock nesting subclasses: argument 286 static inline unsigned d_count(const struct dentry *dentry) in d_count() 313 static inline struct dentry *dget_dlock(struct dentry *dentry) in dget_dlock() 320 static inline struct dentry *dget(struct dentry *dentry) in dget() [all …]
|
| D | evm.h | 54 static inline enum integrity_status evm_verifyxattr(struct dentry *dentry, in evm_verifyxattr() 64 static inline int evm_inode_setattr(struct dentry *dentry, struct iattr *attr) in evm_inode_setattr() 69 static inline void evm_inode_post_setattr(struct dentry *dentry, int ia_valid) in evm_inode_post_setattr() 74 static inline int evm_inode_setxattr(struct dentry *dentry, const char *name, in evm_inode_setxattr() 80 static inline void evm_inode_post_setxattr(struct dentry *dentry, in evm_inode_post_setxattr() 88 static inline int evm_inode_removexattr(struct dentry *dentry, in evm_inode_removexattr() 94 static inline void evm_inode_post_removexattr(struct dentry *dentry, in evm_inode_post_removexattr()
|
| D | fsnotify.h | 36 static inline void fsnotify_dirent(struct inode *dir, struct dentry *dentry, in fsnotify_dirent() 51 static inline int fsnotify_parent(struct dentry *dentry, __u32 mask, in fsnotify_parent() 78 static inline void fsnotify_dentry(struct dentry *dentry, __u32 mask) in fsnotify_dentry() 185 static inline void fsnotify_create(struct inode *inode, struct dentry *dentry) in fsnotify_create() 215 struct dentry *dentry) in fsnotify_delete() 232 static inline void d_delete_notify(struct inode *dir, struct dentry *dentry) in d_delete_notify() 247 static inline void fsnotify_unlink(struct inode *dir, struct dentry *dentry) in fsnotify_unlink() 258 static inline void fsnotify_mkdir(struct inode *inode, struct dentry *dentry) in fsnotify_mkdir() 270 static inline void fsnotify_rmdir(struct inode *dir, struct dentry *dentry) in fsnotify_rmdir() 321 static inline void fsnotify_xattr(struct dentry *dentry) in fsnotify_xattr() [all …]
|
| /kernel/linux/linux-5.10/fs/overlayfs/ |
| D | util.c | 18 int ovl_want_write(struct dentry *dentry) in ovl_want_write() 24 void ovl_drop_write(struct dentry *dentry) in ovl_drop_write() 30 struct dentry *ovl_workdir(struct dentry *dentry) in ovl_workdir() 95 bool ovl_dentry_remote(struct dentry *dentry) in ovl_dentry_remote() 100 void ovl_dentry_update_reval(struct dentry *dentry, struct dentry *realdentry) in ovl_dentry_update_reval() 110 void ovl_dentry_init_reval(struct dentry *dentry, struct dentry *upperdentry) in ovl_dentry_init_reval() 115 void ovl_dentry_init_flags(struct dentry *dentry, struct dentry *upperdentry, in ovl_dentry_init_flags() 132 bool ovl_dentry_weird(struct dentry *dentry) in ovl_dentry_weird() 140 enum ovl_path_type ovl_path_type(struct dentry *dentry) in ovl_path_type() 165 void ovl_path_upper(struct dentry *dentry, struct path *path) in ovl_path_upper() [all …]
|
| D | dir.c | 110 struct dentry *dentry) in ovl_cleanup_and_whiteout() 143 struct dentry *d, *dentry = *newdentry; in ovl_mkdir_real() local 232 static int ovl_set_opaque_xerr(struct dentry *dentry, struct dentry *upper, in ovl_set_opaque_xerr() 244 static int ovl_set_opaque(struct dentry *dentry, struct dentry *upperdentry) in ovl_set_opaque() 259 static int ovl_instantiate(struct dentry *dentry, struct inode *inode, in ovl_instantiate() 308 static bool ovl_type_merge(struct dentry *dentry) in ovl_type_merge() 313 static bool ovl_type_origin(struct dentry *dentry) in ovl_type_origin() 318 static int ovl_create_upper(struct dentry *dentry, struct inode *inode, in ovl_create_upper() 357 static struct dentry *ovl_clear_empty(struct dentry *dentry, in ovl_clear_empty() 456 static int ovl_create_over_whiteout(struct dentry *dentry, struct inode *inode, in ovl_create_over_whiteout() [all …]
|
| /kernel/linux/linux-5.10/fs/ |
| D | dcache.c | 231 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) in dentry_cmp() 262 static inline struct external_name *external_name(struct dentry *dentry) in external_name() 269 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free() local 276 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free_external() local 281 static inline int dname_external(const struct dentry *dentry) in dname_external() 286 void take_dentry_name_snapshot(struct name_snapshot *name, struct dentry *dentry) in take_dentry_name_snapshot() 312 static inline void __d_set_inode_and_type(struct dentry *dentry, in __d_set_inode_and_type() 325 static inline void __d_clear_type_and_inode(struct dentry *dentry) in __d_clear_type_and_inode() 336 static void dentry_free(struct dentry *dentry) in dentry_free() 357 static void dentry_unlink_inode(struct dentry * dentry) in dentry_unlink_inode() [all …]
|
| D | bad_inode.c | 30 static int bad_inode_create (struct inode *dir, struct dentry *dentry, in bad_inode_create() 37 struct dentry *dentry, unsigned int flags) in bad_inode_lookup() 43 struct dentry *dentry) in bad_inode_link() 48 static int bad_inode_unlink(struct inode *dir, struct dentry *dentry) in bad_inode_unlink() 53 static int bad_inode_symlink (struct inode *dir, struct dentry *dentry, in bad_inode_symlink() 59 static int bad_inode_mkdir(struct inode *dir, struct dentry *dentry, in bad_inode_mkdir() 65 static int bad_inode_rmdir (struct inode *dir, struct dentry *dentry) in bad_inode_rmdir() 70 static int bad_inode_mknod (struct inode *dir, struct dentry *dentry, in bad_inode_mknod() 83 static int bad_inode_readlink(struct dentry *dentry, char __user *buffer, in bad_inode_readlink() 105 static ssize_t bad_inode_listxattr(struct dentry *dentry, char *buffer, in bad_inode_listxattr() [all …]
|
| /kernel/linux/linux-6.6/fs/ |
| D | dcache.c | 258 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) in dentry_cmp() 289 static inline struct external_name *external_name(struct dentry *dentry) in external_name() 296 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free() local 303 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free_external() local 308 static inline int dname_external(const struct dentry *dentry) in dname_external() 313 void take_dentry_name_snapshot(struct name_snapshot *name, struct dentry *dentry) in take_dentry_name_snapshot() 339 static inline void __d_set_inode_and_type(struct dentry *dentry, in __d_set_inode_and_type() 352 static inline void __d_clear_type_and_inode(struct dentry *dentry) in __d_clear_type_and_inode() 367 static void dentry_free(struct dentry *dentry) in dentry_free() 388 static void dentry_unlink_inode(struct dentry * dentry) in dentry_unlink_inode() [all …]
|
| D | bad_inode.c | 31 struct inode *dir, struct dentry *dentry, in bad_inode_create() 38 struct dentry *dentry, unsigned int flags) in bad_inode_lookup() 44 struct dentry *dentry) in bad_inode_link() 49 static int bad_inode_unlink(struct inode *dir, struct dentry *dentry) in bad_inode_unlink() 55 struct inode *dir, struct dentry *dentry, in bad_inode_symlink() 62 struct dentry *dentry, umode_t mode) in bad_inode_mkdir() 67 static int bad_inode_rmdir (struct inode *dir, struct dentry *dentry) in bad_inode_rmdir() 73 struct dentry *dentry, umode_t mode, dev_t rdev) in bad_inode_mknod() 86 static int bad_inode_readlink(struct dentry *dentry, char __user *buffer, in bad_inode_readlink() 111 static ssize_t bad_inode_listxattr(struct dentry *dentry, char *buffer, in bad_inode_listxattr() [all …]
|
| /kernel/linux/linux-6.6/fs/overlayfs/ |
| D | util.c | 20 int ovl_want_write(struct dentry *dentry) in ovl_want_write() 26 void ovl_drop_write(struct dentry *dentry) in ovl_drop_write() 32 struct dentry *ovl_workdir(struct dentry *dentry) in ovl_workdir() 134 bool ovl_dentry_remote(struct dentry *dentry) in ovl_dentry_remote() 139 void ovl_dentry_update_reval(struct dentry *dentry, struct dentry *realdentry) in ovl_dentry_update_reval() 149 void ovl_dentry_init_reval(struct dentry *dentry, struct dentry *upperdentry, in ovl_dentry_init_reval() 155 void ovl_dentry_init_flags(struct dentry *dentry, struct dentry *upperdentry, in ovl_dentry_init_flags() 172 bool ovl_dentry_weird(struct dentry *dentry) in ovl_dentry_weird() 183 enum ovl_path_type ovl_path_type(struct dentry *dentry) in ovl_path_type() 208 void ovl_path_upper(struct dentry *dentry, struct path *path) in ovl_path_upper() [all …]
|
| D | dir.c | 110 struct dentry *dentry) in ovl_cleanup_and_whiteout() 144 struct dentry *d, *dentry = *newdentry; in ovl_mkdir_real() local 234 static int ovl_set_opaque_xerr(struct dentry *dentry, struct dentry *upper, in ovl_set_opaque_xerr() 247 static int ovl_set_opaque(struct dentry *dentry, struct dentry *upperdentry) in ovl_set_opaque() 262 static int ovl_instantiate(struct dentry *dentry, struct inode *inode, in ovl_instantiate() 311 static bool ovl_type_merge(struct dentry *dentry) in ovl_type_merge() 316 static bool ovl_type_origin(struct dentry *dentry) in ovl_type_origin() 321 static int ovl_create_upper(struct dentry *dentry, struct inode *inode, in ovl_create_upper() 358 static struct dentry *ovl_clear_empty(struct dentry *dentry, in ovl_clear_empty() 442 static int ovl_create_over_whiteout(struct dentry *dentry, struct inode *inode, in ovl_create_over_whiteout() [all …]
|
| /kernel/linux/linux-6.6/security/integrity/evm/ |
| D | evm_main.c | 132 static int evm_find_protected_xattrs(struct dentry *dentry) in evm_find_protected_xattrs() 168 static enum integrity_status evm_verify_hmac(struct dentry *dentry, in evm_verify_hmac() 333 int evm_read_protected_xattrs(struct dentry *dentry, u8 *buffer, in evm_read_protected_xattrs() 404 enum integrity_status evm_verifyxattr(struct dentry *dentry, in evm_verifyxattr() 429 static enum integrity_status evm_verify_current_integrity(struct dentry *dentry) in evm_verify_current_integrity() 451 struct dentry *dentry, const char *xattr_name, in evm_xattr_change() 487 struct dentry *dentry, const char *xattr_name, in evm_protect_xattr() 569 int evm_inode_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in evm_inode_setxattr() 602 struct dentry *dentry, const char *xattr_name) in evm_inode_removexattr() 615 struct dentry *dentry, const char *name, in evm_inode_set_acl_change() [all …]
|
| /kernel/linux/linux-5.10/fs/minix/ |
| D | namei.c | 10 static int add_nondir(struct dentry *dentry, struct inode *inode) in add_nondir() 22 static struct dentry *minix_lookup(struct inode * dir, struct dentry *dentry, unsigned int flags) in minix_lookup() 36 static int minix_mknod(struct inode * dir, struct dentry *dentry, umode_t mode, dev_t rdev) in minix_mknod() 54 static int minix_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in minix_tmpfile() 66 static int minix_create(struct inode *dir, struct dentry *dentry, umode_t mode, in minix_create() 72 static int minix_symlink(struct inode * dir, struct dentry *dentry, in minix_symlink() 102 struct dentry *dentry) in minix_link() 112 static int minix_mkdir(struct inode * dir, struct dentry *dentry, umode_t mode) in minix_mkdir() 148 static int minix_unlink(struct inode * dir, struct dentry *dentry) in minix_unlink() 169 static int minix_rmdir(struct inode * dir, struct dentry *dentry) in minix_rmdir()
|
| /kernel/linux/linux-6.6/fs/ecryptfs/ |
| D | inode.c | 27 static int lock_parent(struct dentry *dentry, in lock_parent() 126 struct dentry *dentry, struct super_block *sb) in ecryptfs_interpose() 137 static int ecryptfs_do_unlink(struct inode *dir, struct dentry *dentry, in ecryptfs_do_unlink() 293 static int ecryptfs_i_size_read(struct dentry *dentry, struct inode *inode) in ecryptfs_i_size_read() 327 static struct dentry *ecryptfs_lookup_interpose(struct dentry *dentry, in ecryptfs_lookup_interpose() 462 static int ecryptfs_unlink(struct inode *dir, struct dentry *dentry) in ecryptfs_unlink() 468 struct inode *dir, struct dentry *dentry, in ecryptfs_symlink() 507 struct dentry *dentry, umode_t mode) in ecryptfs_mkdir() 532 static int ecryptfs_rmdir(struct inode *dir, struct dentry *dentry) in ecryptfs_rmdir() 560 struct dentry *dentry, umode_t mode, dev_t dev) in ecryptfs_mknod() [all …]
|
| /kernel/linux/linux-5.10/security/integrity/evm/ |
| D | evm_main.c | 93 static int evm_find_protected_xattrs(struct dentry *dentry) in evm_find_protected_xattrs() 129 static enum integrity_status evm_verify_hmac(struct dentry *dentry, in evm_verify_hmac() 273 enum integrity_status evm_verifyxattr(struct dentry *dentry, in evm_verifyxattr() 298 static enum integrity_status evm_verify_current_integrity(struct dentry *dentry) in evm_verify_current_integrity() 319 static int evm_protect_xattr(struct dentry *dentry, const char *xattr_name, in evm_protect_xattr() 378 int evm_inode_setxattr(struct dentry *dentry, const char *xattr_name, in evm_inode_setxattr() 408 int evm_inode_removexattr(struct dentry *dentry, const char *xattr_name) in evm_inode_removexattr() 441 void evm_inode_post_setxattr(struct dentry *dentry, const char *xattr_name, in evm_inode_post_setxattr() 463 void evm_inode_post_removexattr(struct dentry *dentry, const char *xattr_name) in evm_inode_post_removexattr() 482 int evm_inode_setattr(struct dentry *dentry, struct iattr *attr) in evm_inode_setattr() [all …]
|
| /kernel/linux/linux-6.6/fs/hmdfs/ |
| D | dentry.c | 18 void hmdfs_set_time(struct dentry *dentry, unsigned long time) in hmdfs_set_time() 26 unsigned long hmdfs_get_time(struct dentry *dentry) in hmdfs_get_time() 55 static inline void lock_for_dname_cmp(struct dentry *dentry, in lock_for_dname_cmp() 67 static inline void unlock_for_dname_cmp(struct dentry *dentry, in unlock_for_dname_cmp() 170 static void hmdfs_dev_d_release(struct dentry *dentry) in hmdfs_dev_d_release() 211 static void hmdfs_d_release(struct dentry *dentry) in hmdfs_d_release() 223 static int hmdfs_cmp_ci(const struct dentry *dentry, unsigned int len, in hmdfs_cmp_ci() 241 static int hmdfs_hash_ci(const struct dentry *dentry, struct qstr *qstr) in hmdfs_hash_ci() 270 void clear_comrades(struct dentry *dentry) in clear_comrades() 332 static void d_release_merge(struct dentry *dentry) in d_release_merge()
|
| /kernel/linux/linux-5.10/fs/hmdfs/ |
| D | dentry.c | 18 void hmdfs_set_time(struct dentry *dentry, unsigned long time) in hmdfs_set_time() 26 unsigned long hmdfs_get_time(struct dentry *dentry) in hmdfs_get_time() 55 static inline void lock_for_dname_cmp(struct dentry *dentry, in lock_for_dname_cmp() 67 static inline void unlock_for_dname_cmp(struct dentry *dentry, in unlock_for_dname_cmp() 170 static void hmdfs_dev_d_release(struct dentry *dentry) in hmdfs_dev_d_release() 211 static void hmdfs_d_release(struct dentry *dentry) in hmdfs_d_release() 223 static int hmdfs_cmp_ci(const struct dentry *dentry, unsigned int len, in hmdfs_cmp_ci() 241 static int hmdfs_hash_ci(const struct dentry *dentry, struct qstr *qstr) in hmdfs_hash_ci() 270 void clear_comrades(struct dentry *dentry) in clear_comrades() 332 static void d_release_merge(struct dentry *dentry) in d_release_merge()
|
| /kernel/linux/linux-6.6/fs/autofs/ |
| D | root.c | 67 static void autofs_del_active(struct dentry *dentry) in autofs_del_active() 80 struct dentry *dentry = file->f_path.dentry; in autofs_dir_open() local 131 static struct dentry *autofs_lookup_active(struct dentry *dentry) in autofs_lookup_active() 185 static struct dentry *autofs_lookup_expiring(struct dentry *dentry, in autofs_lookup_expiring() 267 struct dentry *dentry = path->dentry; in do_expire_wait() local 291 struct dentry *dentry = path->dentry; in autofs_mountpoint_changed() local 333 struct dentry *dentry = path->dentry; in autofs_d_automount() local 421 struct dentry *dentry = path->dentry; in autofs_d_manage() local 494 struct dentry *dentry, unsigned int flags) in autofs_lookup() 567 struct inode *dir, struct dentry *dentry, in autofs_dir_symlink() [all …]
|
| /kernel/linux/linux-5.10/fs/autofs/ |
| D | root.c | 63 static void autofs_del_active(struct dentry *dentry) in autofs_del_active() 76 struct dentry *dentry = file->f_path.dentry; in autofs_dir_open() local 126 static struct dentry *autofs_lookup_active(struct dentry *dentry) in autofs_lookup_active() 180 static struct dentry *autofs_lookup_expiring(struct dentry *dentry, in autofs_lookup_expiring() 262 struct dentry *dentry = path->dentry; in do_expire_wait() local 286 struct dentry *dentry = path->dentry; in autofs_mountpoint_changed() local 311 struct dentry *dentry = path->dentry; in autofs_d_automount() local 399 struct dentry *dentry = path->dentry; in autofs_d_manage() local 475 struct dentry *dentry, unsigned int flags) in autofs_lookup() 528 struct dentry *dentry, in autofs_dir_symlink() [all …]
|
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| D | xattr.c | 67 static int xattr_create(struct inode *dir, struct dentry *dentry, int mode) in xattr_create() 74 static int xattr_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in xattr_mkdir() 86 static int xattr_unlink(struct inode *dir, struct dentry *dentry) in xattr_unlink() 101 static int xattr_rmdir(struct inode *dir, struct dentry *dentry) in xattr_rmdir() 199 struct dentry *dentry; in fill_with_dentries() local 240 int (*action)(struct dentry *, void *), in reiserfs_for_each_xattr() 276 struct dentry *dentry = buf.dentries[i]; in reiserfs_for_each_xattr() local 333 static int delete_one_xattr(struct dentry *dentry, void *data) in delete_one_xattr() 344 static int chown_one_xattr(struct dentry *dentry, void *data) in chown_one_xattr() 482 struct dentry *dentry, *xadir; in lookup_and_delete_xattr() local [all …]
|
| /kernel/linux/linux-5.10/fs/sysv/ |
| D | namei.c | 19 static int add_nondir(struct dentry *dentry, struct inode *inode) in add_nondir() 31 static struct dentry *sysv_lookup(struct inode * dir, struct dentry * dentry, unsigned int flags) in sysv_lookup() 44 static int sysv_mknod(struct inode * dir, struct dentry * dentry, umode_t mode, dev_t rdev) in sysv_mknod() 63 static int sysv_create(struct inode * dir, struct dentry * dentry, umode_t mode, bool excl) in sysv_create() 68 static int sysv_symlink(struct inode * dir, struct dentry * dentry, in sysv_symlink() 100 struct dentry * dentry) in sysv_link() 111 static int sysv_mkdir(struct inode * dir, struct dentry *dentry, umode_t mode) in sysv_mkdir() 148 static int sysv_unlink(struct inode * dir, struct dentry * dentry) in sysv_unlink() 169 static int sysv_rmdir(struct inode * dir, struct dentry * dentry) in sysv_rmdir()
|
| /kernel/linux/linux-5.10/fs/ufs/ |
| D | namei.c | 38 static inline int ufs_add_nondir(struct dentry *dentry, struct inode *inode) in ufs_add_nondir() 50 static struct dentry *ufs_lookup(struct inode * dir, struct dentry *dentry, unsigned int flags) in ufs_lookup() 72 static int ufs_create (struct inode * dir, struct dentry * dentry, umode_t mode, in ufs_create() 88 static int ufs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev) in ufs_mknod() 107 static int ufs_symlink (struct inode * dir, struct dentry * dentry, in ufs_symlink() 149 struct dentry *dentry) in ufs_link() 167 static int ufs_mkdir(struct inode * dir, struct dentry * dentry, umode_t mode) in ufs_mkdir() 205 static int ufs_unlink(struct inode *dir, struct dentry *dentry) in ufs_unlink() 227 static int ufs_rmdir (struct inode * dir, struct dentry *dentry) in ufs_rmdir()
|
| /kernel/linux/linux-5.10/fs/ceph/ |
| D | dir.c | 38 static int ceph_d_init(struct dentry *dentry) in ceph_d_init() 132 struct dentry *dentry; in __dcache_find_get_entry() local 187 struct dentry *dentry, *last = NULL; in __dcache_readdir() local 331 struct dentry *dentry = file->f_path.dentry; in ceph_readdir() local 678 struct dentry *dentry, int err) in ceph_handle_snapdir() 710 struct dentry *dentry, int err) in ceph_finish_lookup() 735 static bool is_root_ceph_dentry(struct inode *inode, struct dentry *dentry) in is_root_ceph_dentry() 745 static struct dentry *ceph_lookup(struct inode *dir, struct dentry *dentry, in ceph_lookup() 812 int ceph_handle_notrace_create(struct inode *dir, struct dentry *dentry) in ceph_handle_notrace_create() 835 static int ceph_mknod(struct inode *dir, struct dentry *dentry, in ceph_mknod() [all …]
|