Home
last modified time | relevance | path

Searched refs:pnfs_layoutdriver_type (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/fs/nfs/
Dpnfs.h130 struct pnfs_layoutdriver_type { struct
242 extern int pnfs_register_layoutdriver(struct pnfs_layoutdriver_type *);
243 extern void pnfs_unregister_layoutdriver(struct pnfs_layoutdriver_type *);
244 extern const struct pnfs_layoutdriver_type *pnfs_find_layoutdriver(u32 id);
245 extern void pnfs_put_layoutdriver(const struct pnfs_layoutdriver_type *ld);
369 const struct pnfs_layoutdriver_type *ld;
382 void nfs4_delete_deviceid(const struct pnfs_layoutdriver_type *, const struct nfs_client *, const s…
490 struct pnfs_layoutdriver_type *ld = NFS_SERVER(inode)->pnfs_curr_ld; in pnfs_get_ds_info()
Dpnfs.c67 static struct pnfs_layoutdriver_type *
70 struct pnfs_layoutdriver_type *local; in find_pnfs_driver_locked()
81 static struct pnfs_layoutdriver_type *
84 struct pnfs_layoutdriver_type *local; in find_pnfs_driver()
96 const struct pnfs_layoutdriver_type *pnfs_find_layoutdriver(u32 id) in pnfs_find_layoutdriver()
101 void pnfs_put_layoutdriver(const struct pnfs_layoutdriver_type *ld) in pnfs_put_layoutdriver()
164 struct pnfs_layoutdriver_type *ld_type = NULL; in set_pnfs_layoutdriver()
217 pnfs_register_layoutdriver(struct pnfs_layoutdriver_type *ld_type) in pnfs_register_layoutdriver()
220 struct pnfs_layoutdriver_type *tmp; in pnfs_register_layoutdriver()
250 pnfs_unregister_layoutdriver(struct pnfs_layoutdriver_type *ld_type) in pnfs_unregister_layoutdriver()
[all …]
Dpnfs_dev.c79 _lookup_deviceid(const struct pnfs_layoutdriver_type *ld, in _lookup_deviceid()
228 nfs4_delete_deviceid(const struct pnfs_layoutdriver_type *ld, in nfs4_delete_deviceid()
Dcallback_proc.c371 const struct pnfs_layoutdriver_type *ld = NULL; in nfs4_callback_devicenotify()
/linux-6.12.1/include/linux/
Dnfs_fs_sb.h240 struct pnfs_layoutdriver_type *pnfs_curr_ld; /* Active layout driver */
/linux-6.12.1/fs/nfs/blocklayout/
Dblocklayout.c947 static struct pnfs_layoutdriver_type blocklayout_type = {
971 static struct pnfs_layoutdriver_type scsilayout_type = {
/linux-6.12.1/fs/nfs/filelayout/
Dfilelayout.c1116 static struct pnfs_layoutdriver_type filelayout_type = {
/linux-6.12.1/fs/nfs/flexfilelayout/
Dflexfilelayout.c2602 static struct pnfs_layoutdriver_type flexfilelayout_type = {