Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamespace.c318 INIT_LIST_HEAD(&mnt->mnt_expire); in alloc_vfsmnt()
1362 if (unlikely(!list_empty(&mnt->mnt_expire))) in mntput_no_expire_slowpath()
1363 list_del(&mnt->mnt_expire); in mntput_no_expire_slowpath()
1802 list_del_init(&p->mnt_expire); in umount_tree()
2213 if (!list_empty(&src_mnt->mnt_expire)) in copy_tree()
2214 list_add(&dst_mnt->mnt_expire, in copy_tree()
2215 &src_mnt->mnt_expire); in copy_tree()
2433 if (list_empty(&p->mnt_expire) && p != mnt) in lock_mnt_tree()
2614 list_del_init(&source_mnt->mnt_expire); in attach_recursive_mnt()
3917 list_add_tail(&real_mount(mnt)->mnt_expire, expiry_list); in mnt_set_expiry()
[all …]
H A Dmount.h69 struct list_head mnt_expire; /* link in fs-specific expiry list */ member