Searched refs:mount (Results 176 - 200 of 358) sorted by relevance

1234567891011>>

/linux-master/drivers/infiniband/hw/qib/
H A Dqib_fs.c37 #include <linux/mount.h>
446 * This fills everything in when the fs is mounted, to handle umount/mount
508 * because nobody has yet tried to mount the filesystem, so
510 * during the mount, that will get a complaint, so this is OK.
511 * add_cntr_files() for all units is done at mount from
/linux-master/kernel/
H A Dacct.c58 #include <linux/mount.h>
/linux-master/fs/
H A Dfsopen.c17 #include <uapi/linux/mount.h>
19 #include "mount.h"
223 /* require the new mount api */
H A Dremap_range.c15 #include <linux/mount.h>
455 * sb_start_write() and before may_dedupe_file() because the mount's
H A Dfile_table.c21 #include <linux/mount.h>
179 * getting write access to any mount that you might assign
181 * done, you will imbalance int the mount's writer count
/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c12 #include <sys/mount.h>
/linux-master/fs/cachefiles/
H A Dinterface.c9 #include <linux/mount.h>
/linux-master/fs/nfsd/
H A Dnfsd.h13 #include <linux/mount.h>
/linux-master/fs/lockd/
H A Dsvcsubs.c21 #include <linux/mount.h>
/linux-master/fs/ocfs2/dlmfs/
H A Ddlmfs.c65 * The ABI features are local to this machine's dlmfs mount. This is
568 .mount = dlmfs_mount,
/linux-master/fs/nfs/
H A Dnfs4file.c10 #include <linux/mount.h>
/linux-master/fs/exportfs/
H A Dexpfs.c16 #include <linux/mount.h>
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrlfs.c70 ret = mount("resctrl", RESCTRL_PATH, "resctrl", 0, NULL);
72 ksft_perror("mount");
/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh574 if ! mount | grep -q debugfs; then
575 mount -t debugfs none /sys/kernel/debug/ &> /dev/null
742 if ! mount | grep -q debugfs; then
743 mount -t debugfs none /sys/kernel/debug/ &> /dev/null
/linux-master/drivers/dax/
H A Dsuper.c7 #include <linux/mount.h>
/linux-master/fs/orangefs/
H A Dorangefs-kernel.h11 * This support is only needed on clients that wish to mount the file system.
41 #include <linux/mount.h>
/linux-master/drivers/mtd/devices/
H A Dblock2mtd.c30 #include <linux/mount.h>
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh424 mount -o loop ${XFS_IMG} ${SPLIT_HUGE_PAGE_TEST_XFS_PATH}
/linux-master/security/tomoyo/
H A Dcommon.h23 #include <linux/mount.h>
313 /* Index numbers for special mount operations. */
315 TOMOYO_MOUNT_BIND, /* mount --bind /source /dest */
316 TOMOYO_MOUNT_MOVE, /* mount --move /old /new */
317 TOMOYO_MOUNT_REMOUNT, /* mount -o remount /dir */
318 TOMOYO_MOUNT_MAKE_UNBINDABLE, /* mount --make-unbindable /dir */
319 TOMOYO_MOUNT_MAKE_PRIVATE, /* mount --make-private /dir */
320 TOMOYO_MOUNT_MAKE_SLAVE, /* mount --make-slave /dir */
321 TOMOYO_MOUNT_MAKE_SHARED, /* mount --make-shared /dir */
489 } mount; member in union:tomoyo_request_info::__anon212
[all...]
/linux-master/fs/hostfs/
H A Dhostfs_kern.c18 #include <linux/mount.h>
81 " mount anything on the host that's accessible to the user that's running\n"
991 .mount = hostfs_read_sb,
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c18 #include <sys/mount.h>
65 /* dir_s3d2 is a mount point. */
253 return mount(mnt->source ?: mnt->type, target, mnt->type, mnt->flags,
265 * Do not pollute the rest of the system: creates a private mount point
272 TH_LOG("Failed to mount the %s filesystem: %s", mnt->type,
282 ASSERT_EQ(0, mount(NULL, TMP_DIR, NULL, MS_PRIVATE | MS_REC, NULL));
1504 /* dir_s3d2 is a mount point. */
1533 /* dir_s3d2 is a mount point. */
1652 ASSERT_EQ(-1, mount(NULL, dir_s3d2, NULL, MS_RDONLY, NULL));
1676 TH_LOG("Failed to move mount
[all...]
/linux-master/fs/jfs/
H A Dsuper.c13 #include <linux/mount.h>
406 printk("jfs: Unrecognized mount option \"%s\" or missing value\n",
508 /* initialize the mount flag and determine the default error handler */
677 /* log == NULL indicates read-only mount */
908 .mount = jfs_do_mount,
/linux-master/security/apparmor/
H A Dapparmorfs.c17 #include <linux/mount.h>
2370 AA_SFS_FILE_STRING("mask", "mount umount pivot_root"),
2404 AA_SFS_DIR("mount", aa_sfs_entry_mount),
2539 struct vfsmount *mount = NULL; local
2543 int error = simple_pin_fs(parent->d_sb->s_type, &mount, &count);
2567 aa_null.mnt = mntget(mount);
2575 simple_release_fs(&mount, &count);
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c22 #include <sys/mount.h>
1224 * we'll try to create it, mount it, or create minimal entries into it.
1232 if (mount("/dev", "/dev", "devtmpfs", 0, 0) != 0) {
1260 /* try to mount /proc if not mounted. Silently fail otherwise */
1264 if (mount("none", "/proc", "proc", 0, 0) != 0)
/linux-master/tools/testing/selftests/openat2/
H A Dresolve_test.c12 #include <sys/mount.h>

Completed in 404 milliseconds

1234567891011>>