Searched refs:root_volume (Results 1 – 4 of 4) sorted by relevance
| /fs/afs/ |
| A D | vl_alias.c | 118 if (!p->root_volume) in afs_compare_cell_roots() 121 if (afs_compare_volume_slists(cell->root_volume, p->root_volume) != 0) in afs_compare_cell_roots() 199 if (p->root_volume) in afs_query_for_alias() 284 struct afs_volume *root_volume; in afs_do_cell_detect_alias() local 294 root_volume = afs_sample_volume(cell, key, "root.cell", 9); in afs_do_cell_detect_alias() 295 if (!IS_ERR(root_volume)) { in afs_do_cell_detect_alias() 296 cell->root_volume = root_volume; in afs_do_cell_detect_alias() 300 if (PTR_ERR(root_volume) != -ENOMEDIUM) in afs_do_cell_detect_alias() 301 return PTR_ERR(root_volume); in afs_do_cell_detect_alias()
|
| A D | cell.c | 844 afs_put_volume(cell->root_volume, afs_volume_trace_put_cell_root); in afs_manage_cell() 845 cell->root_volume = NULL; in afs_manage_cell()
|
| A D | internal.h | 377 struct afs_volume *root_volume; /* The root.cell volume if there is one */ member
|
| /fs/bcachefs/ |
| A D | subvolume.c | 679 struct bkey_i_subvolume root_volume; in bch2_initialize_subvolumes() local 695 bkey_subvolume_init(&root_volume.k_i); in bch2_initialize_subvolumes() 696 root_volume.k.p.offset = BCACHEFS_ROOT_SUBVOL; in bch2_initialize_subvolumes() 697 root_volume.v.flags = 0; in bch2_initialize_subvolumes() 698 root_volume.v.snapshot = cpu_to_le32(U32_MAX); in bch2_initialize_subvolumes() 699 root_volume.v.inode = cpu_to_le64(BCACHEFS_ROOT_INO); in bch2_initialize_subvolumes() 703 bch2_btree_insert(c, BTREE_ID_subvolumes, &root_volume.k_i, NULL, 0, 0); in bch2_initialize_subvolumes()
|
Completed in 18 milliseconds