Home
last modified time | relevance | path

Searched refs:direntry (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dcifsfs.h57 struct dentry *direntry, umode_t mode);
58 int cifs_atomic_open(struct inode *dir, struct dentry *direntry,
63 struct dentry *direntry, unsigned int flags);
66 struct dentry *direntry);
68 struct dentry *direntry, umode_t mode, dev_t device_number);
70 struct dentry *direntry, umode_t mode);
71 int cifs_rmdir(struct inode *inode, struct dentry *direntry);
83 int cifs_setattr(struct mnt_idmap *idmap, struct dentry *direntry,
133 struct dentry *direntry, const char *symname);
137 ssize_t cifs_listxattr(struct dentry *direntry, char *data, size_t buf_size);
H A Dlink.c433 struct dentry *direntry) argument
462 to_name = build_path_from_dentry(direntry, page2);
488 d_drop(direntry); /* force new lookup from server of target */
537 struct dentry *direntry, const char *symname) argument
566 full_path = build_path_from_dentry(direntry, page);
599 rc = __cifs_sfu_make_node(xid, inode, direntry, pTcon,
609 rc = create_reparse_symlink(xid, inode, direntry, pTcon,
634 d_instantiate(direntry, newinode);
H A Dcifsproto.h63 const char *build_path_from_dentry(struct dentry *direntry, void *page);
64 char *__build_path_from_dentry_optional_prefix(struct dentry *direntry,
67 char *build_path_from_dentry_optional_prefix(struct dentry *direntry,