Home
last modified time | relevance | path

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

/linux/fs/
H A Dsuper.c451 refcount_t sd_ref; member
472 refcount_set(&fsd->sd_ref, 1); in super_dev_alloc()
479 if (fsd && refcount_dec_and_test(&fsd->sd_ref)) { in super_dev_put()
525 if (refcount_inc_not_zero(&sb_dev->sd_ref)) in super_dev_get()
1669 if (sb_dev && refcount_inc_not_zero(&sb_dev->sd_ref)) { in fs_bdev_register()