Lines Matching refs:be
2 as kAFS which can be found in fs/afs/). This facility includes allowing
3 in-kernel mounts to be performed and mountpoint degradation to be
4 requested. The latter can also be requested by userspace.
16 When the directory is accessed, the follow_link op will be called, and
17 it will be provided with the location of the mountpoint in the nameidata
32 If the mountpoint will be automatically expired, then do_add_mount()
33 should also be given the location of an expiration list (see further
64 mountpoint to be expired in the automounting procedure outlined above.
68 (3) Create at least one list off which the vfsmounts to be expired can be
69 hung. Access to this list will be governed by the vfsmount_lock.
71 (4) In step (2c) above, the call to do_add_mount() should be provided with a
74 (5) When you want mountpoints to be expired, call mark_mounts_for_expiry()
79 (it's only referenced by its parent vfsmount), then it will be deleted
90 mount is made on an expirable mount, the new vfsmount will not be on the
93 If a namespace is copied, all mountpoints contained therein will be copied,
94 and the copies of those that are on an expiration list will be added to the
103 mountpoint (though some will be rejected - the current process's idea of the
108 umount() or its parent mountpoint, an EBUSY error will be returned and the
109 mountpoint will not be marked for expiration or unmounted.
112 error will be given and it won't be unmounted.