Home
last modified time | relevance | path

Searched refs:nfs_unique_id (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/nfs/
Dnfs4_fs.h102 struct nfs_unique_id { struct
113 struct nfs_unique_id so_owner_id; argument
166 struct nfs_unique_id ls_id;
Dnfs4state.c320 struct nfs_unique_id *new, in nfs_alloc_unique_id_locked()
324 struct nfs_unique_id *pos; in nfs_alloc_unique_id_locked()
341 pos = rb_entry(parent, struct nfs_unique_id, rb_node); in nfs_alloc_unique_id_locked()
363 pos = rb_entry(parent, struct nfs_unique_id, rb_node); in nfs_alloc_unique_id_locked()
370 static void nfs_free_unique_id(struct rb_root *root, struct nfs_unique_id *id) in nfs_free_unique_id()