Symbol: pnfs_layoutdriver_type
fs/nfs/blocklayout/blocklayout.c
960
static struct pnfs_layoutdriver_type blocklayout_type = {
fs/nfs/blocklayout/blocklayout.c
984
static struct pnfs_layoutdriver_type scsilayout_type = {
fs/nfs/callback_proc.c
374
const struct pnfs_layoutdriver_type *ld = NULL;
fs/nfs/filelayout/filelayout.c
1116
static struct pnfs_layoutdriver_type filelayout_type = {
fs/nfs/flexfilelayout/flexfilelayout.c
2987
static struct pnfs_layoutdriver_type flexfilelayout_type = {
fs/nfs/pnfs.c
101
void pnfs_put_layoutdriver(const struct pnfs_layoutdriver_type *ld)
fs/nfs/pnfs.c
1354
struct pnfs_layoutdriver_type *ld = NFS_SERVER(ino)->pnfs_curr_ld;
fs/nfs/pnfs.c
164
struct pnfs_layoutdriver_type *ld_type = NULL;
fs/nfs/pnfs.c
1657
struct pnfs_layoutdriver_type *ld = NFS_SERVER(ino)->pnfs_curr_ld;
fs/nfs/pnfs.c
1866
struct pnfs_layoutdriver_type *ld = NFS_SERVER(inode)->pnfs_curr_ld;
fs/nfs/pnfs.c
217
pnfs_register_layoutdriver(struct pnfs_layoutdriver_type *ld_type)
fs/nfs/pnfs.c
220
struct pnfs_layoutdriver_type *tmp;
fs/nfs/pnfs.c
250
pnfs_unregister_layoutdriver(struct pnfs_layoutdriver_type *ld_type)
fs/nfs/pnfs.c
273
struct pnfs_layoutdriver_type *ld = NFS_SERVER(ino)->pnfs_curr_ld;
fs/nfs/pnfs.c
281
struct pnfs_layoutdriver_type *ld = server->pnfs_curr_ld;
fs/nfs/pnfs.c
3356
struct pnfs_layoutdriver_type *ld = NFS_SERVER(inode)->pnfs_curr_ld;
fs/nfs/pnfs.c
3465
struct pnfs_layoutdriver_type *ld = NFS_SERVER(inode)->pnfs_curr_ld;
fs/nfs/pnfs.c
67
static struct pnfs_layoutdriver_type *
fs/nfs/pnfs.c
70
struct pnfs_layoutdriver_type *local;
fs/nfs/pnfs.c
81
static struct pnfs_layoutdriver_type *
fs/nfs/pnfs.c
84
struct pnfs_layoutdriver_type *local;
fs/nfs/pnfs.c
96
const struct pnfs_layoutdriver_type *pnfs_find_layoutdriver(u32 id)
fs/nfs/pnfs.h
243
extern int pnfs_register_layoutdriver(struct pnfs_layoutdriver_type *);
fs/nfs/pnfs.h
244
extern void pnfs_unregister_layoutdriver(struct pnfs_layoutdriver_type *);
fs/nfs/pnfs.h
245
extern const struct pnfs_layoutdriver_type *pnfs_find_layoutdriver(u32 id);
fs/nfs/pnfs.h
246
extern void pnfs_put_layoutdriver(const struct pnfs_layoutdriver_type *ld);
fs/nfs/pnfs.h
369
const struct pnfs_layoutdriver_type *ld;
fs/nfs/pnfs.h
382
void nfs4_delete_deviceid(const struct pnfs_layoutdriver_type *, const struct nfs_client *, const struct nfs4_deviceid *);
fs/nfs/pnfs.h
491
struct pnfs_layoutdriver_type *ld = NFS_SERVER(inode)->pnfs_curr_ld;
fs/nfs/pnfs_dev.c
228
nfs4_delete_deviceid(const struct pnfs_layoutdriver_type *ld,
fs/nfs/pnfs_dev.c
79
_lookup_deviceid(const struct pnfs_layoutdriver_type *ld,
include/linux/nfs_fs_sb.h
250
struct pnfs_layoutdriver_type *pnfs_curr_ld; /* Active layout driver */