Searched refs:propagate_mount_busy (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | pnode.h | 43 int propagate_mount_busy(struct mount *, int);
|
H A D | pnode.c | 369 int propagate_mount_busy(struct mount *mnt, int refcnt) in propagate_mount_busy() function
|
H A D | namespace.c | 1403 if (propagate_mount_busy(real_mount(mnt), 2)) in may_umount() 1644 if (!propagate_mount_busy(mnt, 2)) { in do_umount() 3028 propagate_mount_busy(mnt, 1)) in mark_mounts_for_expiry() 3073 if (!propagate_mount_busy(mnt, 1)) { in select_submounts()
|
/kernel/linux/linux-6.6/fs/ |
H A D | pnode.h | 43 int propagate_mount_busy(struct mount *, int);
|
H A D | pnode.c | 407 int propagate_mount_busy(struct mount *mnt, int refcnt) in propagate_mount_busy() function
|
H A D | namespace.c | 1550 if (propagate_mount_busy(real_mount(mnt), 2)) in may_umount() 1791 if (!propagate_mount_busy(mnt, 2)) { in do_umount() 3460 propagate_mount_busy(mnt, 1)) in mark_mounts_for_expiry() 3505 if (!propagate_mount_busy(mnt, 1)) { in select_submounts()
|
Completed in 12 milliseconds