Searched refs:mount (Results 201 - 225 of 358) sorted by relevance

1234567891011>>

/linux-master/arch/um/os-Linux/
H A Dfile.c15 #include <sys/mount.h>
/linux-master/fs/fat/
H A Dnamei_msdos.c668 .mount = msdos_mount,
H A Dfile.c13 #include <linux/mount.h>
/linux-master/fs/xfs/
H A Dxfs_ioctl32.c6 #include <linux/mount.h>
/linux-master/arch/um/drivers/
H A Dmconsole_kern.c27 #include <linux/mount.h>
/linux-master/fs/crypto/
H A Dpolicy.c17 #include <linux/mount.h>
793 * fscrypt_parse_test_dummy_encryption() - parse the test_dummy_encryption mount option
794 * @param: the mount option
876 * Show the test_dummy_encryption mount option, if it was specified.
/linux-master/fs/omfs/
H A Dinode.c291 * Display the mount options in /proc/mounts.
606 .mount = omfs_mount,
/linux-master/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c34 * and /proc/xen compatibility mount point.
50 #include <linux/mount.h>
/linux-master/security/apparmor/
H A Dfile.c15 #include <linux/mount.h>
/linux-master/arch/sparc/kernel/
H A Dsetup_64.c35 #include <uapi/linux/mount.h>
/linux-master/fs/overlayfs/
H A Dfile.c8 #include <linux/mount.h>
H A Dexport.c12 #include <linux/mount.h>
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh22 # Find cgroup v2 mount point
23 CGROUP2=$(mount -t cgroup2 | head -1 | awk -e '{print $3}')
24 [[ -n "$CGROUP2" ]] || skip_test "Cgroup v2 mount point not found!"
/linux-master/drivers/gpu/drm/
H A Ddrm_drv.c33 #include <linux/mount.h>
502 * DRM internal mount
507 * VFS mount-point.
513 * We use drm_fs_inode_*() to manage our internal VFS mount-point and share it
541 DRM_ERROR("Cannot mount pseudo fs: %d\n", r);
/linux-master/drivers/android/
H A Dbinderfs.c20 #include <linux/mount.h>
94 * binderfs mount
105 * filesystem mount, stash a struct binder_device in its i_private field
226 * the binderfs mount the binder-control device resides in:
384 * @sb: super block of the binderfs mount
386 * This function creates a new binder-control device node in the binderfs mount
669 * filesystem mount. But binderfs does not allow to create any files
/linux-master/fs/afs/
H A Dsuper.c19 #include <linux/mount.h>
154 * Display the mount device name in /proc/mounts.
188 * Display the mount options in /proc/mounts.
317 * Parse a single mount parameter.
376 /* We try to do the mount securely. */
630 * Set up the filesystem mount context.
/linux-master/fs/cachefiles/
H A Dio.c8 #include <linux/mount.h>
H A Ddaemon.c17 #include <linux/mount.h>
/linux-master/fs/bcachefs/
H A Dfs-ioctl.c14 #include <linux/mount.h>
/linux-master/fs/hfsplus/
H A Dsuper.c406 pr_err("unable to parse mount options\n");
653 .mount = hfsplus_mount,
/linux-master/fs/proc/
H A Dinode.c26 #include <linux/mount.h>
/linux-master/fs/bfs/
H A Dinode.c458 .mount = bfs_mount,
/linux-master/fs/affs/
H A Dsuper.c286 pr_warn("Unrecognized mount option \"%s\" or missing value\n",
649 .mount = affs_mount,
/linux-master/fs/hpfs/
H A Dsuper.c420 help do not mount and display this text\n\
464 pr_err("bad mount options.\n");
578 pr_err("bad mount options.\n");
767 .mount = hpfs_mount,
/linux-master/fs/sysv/
H A Ditree.c10 #include <linux/mount.h>

Completed in 343 milliseconds

1234567891011>>