Symbol: nfs4_deviceid_node
fs/nfs/blocklayout/blocklayout.c
561
static struct nfs4_deviceid_node *
fs/nfs/blocklayout/blocklayout.c
566
struct nfs4_deviceid_node *node;
fs/nfs/blocklayout/blocklayout.h
102
struct nfs4_deviceid_node node;
fs/nfs/blocklayout/blocklayout.h
133
struct nfs4_deviceid_node *be_device;
fs/nfs/blocklayout/blocklayout.h
182
struct nfs4_deviceid_node *bl_alloc_deviceid_node(struct nfs_server *server,
fs/nfs/blocklayout/blocklayout.h
184
void bl_free_deviceid_node(struct nfs4_deviceid_node *d);
fs/nfs/blocklayout/dev.c
101
bl_free_deviceid_node(struct nfs4_deviceid_node *d)
fs/nfs/blocklayout/dev.c
537
struct nfs4_deviceid_node *
fs/nfs/blocklayout/dev.c
541
struct nfs4_deviceid_node *node = NULL;
fs/nfs/filelayout/filelayout.c
1029
static struct nfs4_deviceid_node *
fs/nfs/filelayout/filelayout.c
1042
filelayout_free_deviceid_node(struct nfs4_deviceid_node *d)
fs/nfs/filelayout/filelayout.c
130
struct nfs4_deviceid_node *devid = FILELAYOUT_DEVID_NODE(lseg);
fs/nfs/filelayout/filelayout.c
249
filelayout_test_devid_unavailable(struct nfs4_deviceid_node *node)
fs/nfs/filelayout/filelayout.c
258
struct nfs4_deviceid_node *node = FILELAYOUT_DEVID_NODE(lseg);
fs/nfs/filelayout/filelayout.c
542
struct nfs4_deviceid_node *d;
fs/nfs/filelayout/filelayout.h
102
filelayout_test_devid_unavailable(struct nfs4_deviceid_node *node);
fs/nfs/filelayout/filelayout.h
50
struct nfs4_deviceid_node id_node;
fs/nfs/filelayout/filelayout.h
89
static inline struct nfs4_deviceid_node *
fs/nfs/filelayout/filelayout.h
96
filelayout_test_devid_invalid(struct nfs4_deviceid_node *node)
fs/nfs/filelayout/filelayoutdev.c
266
struct nfs4_deviceid_node *devid = FILELAYOUT_DEVID_NODE(lseg);
fs/nfs/flexfilelayout/flexfilelayout.c
1307
struct nfs4_deviceid_node *devid = FF_LAYOUT_DEVID_NODE(lseg, idx, dss_id);
fs/nfs/flexfilelayout/flexfilelayout.c
1406
struct nfs4_deviceid_node *devid = FF_LAYOUT_DEVID_NODE(lseg, idx, dss_id);
fs/nfs/flexfilelayout/flexfilelayout.c
2481
ff_layout_free_deviceid_node(struct nfs4_deviceid_node *d)
fs/nfs/flexfilelayout/flexfilelayout.c
2562
static struct nfs4_deviceid_node *
fs/nfs/flexfilelayout/flexfilelayout.c
2892
struct nfs4_deviceid_node *dev;
fs/nfs/flexfilelayout/flexfilelayout.c
856
struct nfs4_deviceid_node *devid = FF_LAYOUT_DEVID_NODE(lseg, idx, dss_id);
fs/nfs/flexfilelayout/flexfilelayout.c
865
struct nfs4_deviceid_node *devid = FF_LAYOUT_DEVID_NODE(lseg, idx, dss_id);
fs/nfs/flexfilelayout/flexfilelayout.h
146
FF_LAYOUT_MIRROR_DS(struct nfs4_deviceid_node *node)
fs/nfs/flexfilelayout/flexfilelayout.h
161
static inline struct nfs4_deviceid_node *
fs/nfs/flexfilelayout/flexfilelayout.h
40
struct nfs4_deviceid_node id_node;
fs/nfs/flexfilelayout/flexfilelayoutdev.c
329
struct nfs4_deviceid_node *node;
fs/nfs/flexfilelayout/flexfilelayoutdev.c
567
struct nfs4_deviceid_node *devid;
fs/nfs/flexfilelayout/flexfilelayoutdev.c
591
struct nfs4_deviceid_node *devid;
fs/nfs/pnfs.h
128
struct nfs4_deviceid_node;
fs/nfs/pnfs.h
169
void (*free_deviceid_node) (struct nfs4_deviceid_node *);
fs/nfs/pnfs.h
170
struct nfs4_deviceid_node * (*alloc_deviceid_node)
fs/nfs/pnfs.h
378
struct nfs4_deviceid_node *
fs/nfs/pnfs.h
383
void nfs4_init_deviceid_node(struct nfs4_deviceid_node *, struct nfs_server *,
fs/nfs/pnfs.h
385
bool nfs4_put_deviceid_node(struct nfs4_deviceid_node *);
fs/nfs/pnfs.h
386
void nfs4_mark_deviceid_available(struct nfs4_deviceid_node *node);
fs/nfs/pnfs.h
387
void nfs4_mark_deviceid_unavailable(struct nfs4_deviceid_node *node);
fs/nfs/pnfs.h
388
bool nfs4_test_deviceid_unavailable(struct nfs4_deviceid_node *node);
fs/nfs/pnfs.h
423
struct nfs4_deviceid_node *devid, unsigned int timeo,
fs/nfs/pnfs.h
448
static inline struct nfs4_deviceid_node *
fs/nfs/pnfs.h
449
nfs4_get_deviceid(struct nfs4_deviceid_node *d)
fs/nfs/pnfs.h
521
pnfs_generic_mark_devid_invalid(struct nfs4_deviceid_node *node)
fs/nfs/pnfs_dev.c
101
struct nfs4_deviceid_node *d = NULL;
fs/nfs/pnfs_dev.c
169
static struct nfs4_deviceid_node *
fs/nfs/pnfs_dev.c
173
struct nfs4_deviceid_node *d;
fs/nfs/pnfs_dev.c
184
struct nfs4_deviceid_node *
fs/nfs/pnfs_dev.c
190
struct nfs4_deviceid_node *d, *new;
fs/nfs/pnfs_dev.c
231
struct nfs4_deviceid_node *d;
fs/nfs/pnfs_dev.c
251
nfs4_init_deviceid_node(struct nfs4_deviceid_node *d, struct nfs_server *server,
fs/nfs/pnfs_dev.c
275
nfs4_put_deviceid_node(struct nfs4_deviceid_node *d)
fs/nfs/pnfs_dev.c
291
nfs4_mark_deviceid_available(struct nfs4_deviceid_node *node)
fs/nfs/pnfs_dev.c
301
nfs4_mark_deviceid_unavailable(struct nfs4_deviceid_node *node)
fs/nfs/pnfs_dev.c
311
nfs4_test_deviceid_unavailable(struct nfs4_deviceid_node *node)
fs/nfs/pnfs_dev.c
330
struct nfs4_deviceid_node *d;
fs/nfs/pnfs_dev.c
348
d = hlist_entry(tmp.first, struct nfs4_deviceid_node, tmpnode);
fs/nfs/pnfs_dev.c
371
struct nfs4_deviceid_node *d;
fs/nfs/pnfs_dev.c
78
static struct nfs4_deviceid_node *
fs/nfs/pnfs_dev.c
83
struct nfs4_deviceid_node *d;
fs/nfs/pnfs_dev.c
96
static struct nfs4_deviceid_node *
fs/nfs/pnfs_nfs.c
1006
struct nfs4_deviceid_node *devid, unsigned int timeo,