Searched refs:hmdfs_lookup_ret (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | hmdfs_device_view.h | 57 struct hmdfs_lookup_ret { struct 164 struct hmdfs_lookup_ret *lookup_result, 166 struct hmdfs_lookup_ret *get_remote_inode_info(struct hmdfs_peer *con, 176 struct hmdfs_lookup_ret *hmdfs_lookup_by_con(struct hmdfs_peer *con,
|
D | inode_remote.c | 22 struct hmdfs_lookup_ret *lookup_remote_dentry(struct dentry *child_dentry, in lookup_remote_dentry() 26 struct hmdfs_lookup_ret *lookup_ret; in lookup_remote_dentry() 71 struct hmdfs_lookup_ret *get_remote_inode_info(struct hmdfs_peer *con, in get_remote_inode_info() 76 struct hmdfs_lookup_ret *lookup_ret = NULL; in get_remote_inode_info() 170 struct hmdfs_lookup_ret *hmdfs_lookup_by_con(struct hmdfs_peer *con, in hmdfs_lookup_by_con() 176 struct hmdfs_lookup_ret *result = NULL; in hmdfs_lookup_by_con() 307 struct hmdfs_lookup_ret *lookup_result) in hmdfs_update_inode() 342 struct hmdfs_lookup_ret *res, struct inode *dir) in fill_inode_remote() 415 struct hmdfs_lookup_ret *lookup_result = NULL; in hmdfs_lookup_remote_dentry() 542 struct hmdfs_lookup_ret *mkdir_ret = NULL; in hmdfs_mkdir_remote_dentry() [all …]
|
D | hmdfs_client.h | 39 umode_t mode, struct hmdfs_lookup_ret *mkdir_ret); 43 struct hmdfs_lookup_ret *create_ret);
|
D | hmdfs_client.c | 455 umode_t mode, struct hmdfs_lookup_ret *mkdir_ret) in hmdfs_client_start_mkdir() 502 struct hmdfs_lookup_ret *create_ret) in hmdfs_client_start_create()
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
D | socket_adapter.h | 36 struct hmdfs_lookup_ret *(*remote_lookup)(struct hmdfs_peer *con,
|