Searched refs:mount (Results 251 - 275 of 358) sorted by relevance

<<1112131415

/linux-master/security/
H A Dcommoncap.c20 #include <linux/mount.h>
309 * @idmap: idmap of the mount the inode was found from
314 * If the inode has been found through an idmapped mount the idmap of
423 /* If this is an idmapped mount shift the kuid. */
514 * @idmap: idmap of the mount the inode was found from
522 * If the inode has been found through an idmapped mount the idmap of
624 * @idmap: idmap of the mount the inode was found from
630 * If the inode has been found through an idmapped mount the idmap of
1015 * @idmap: idmap of the mount the inode was found from
1022 * If the inode has been found through an idmapped mount th
[all...]
/linux-master/fs/ecryptfs/
H A Dinode.c17 #include <linux/mount.h>
886 * @idmap: idmap of the target mount
/linux-master/drivers/dma-buf/
H A Ddma-buf.c28 #include <linux/mount.h>
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c20 #include <linux/mount.h>
/linux-master/drivers/tty/
H A Dsysrq.c26 #include <linux/mount.h>
/linux-master/fs/afs/
H A Dinode.c22 #include <linux/mount.h>
/linux-master/fs/ext4/
H A Dfile.c25 #include <linux/mount.h>
/linux-master/fs/
H A Dcoredump.c28 #include <linux/mount.h>
H A Dxattr.c16 #include <linux/mount.h>
85 * @idmap: idmap of the mount the inode was found from
92 * We also need to ensure that the inode has a mapping in the mount to
209 * @idmap: idmap of the mount the inode was found from
265 * @idmap: idmap of the mount of the target inode
527 * @idmap: idmap of the mount of the target inode
H A Dfcntl.c29 #include <linux/mount.h>
/linux-master/kernel/bpf/
H A Dinode.c14 #include <linux/mount.h>
729 * Display the mount options in /proc/mounts.
827 /* We might like to report bad mount options here, but
828 * traditionally we've ignored all mount options, so we'd
926 /* Setting delegation mount options requires privileges */
934 /* ignore unknown mount options */
1053 * Set up the filesystem mount context.
/linux-master/fs/minix/
H A Dinode.c286 "imap blocks allocated. Refusing to mount.\n");
295 "zmap blocks allocated. Refusing to mount.\n");
692 .mount = minix_mount,
/linux-master/fs/befs/
H A Dlinuxvfs.c757 pr_err("Unrecognized mount option \"%s\" "
824 befs_error(sb, "cannot parse mount options");
918 /* load default nls if none is specified in mount options */
980 .mount = befs_mount,
/linux-master/fs/exfat/
H A Dsuper.c11 #include <linux/mount.h>
573 /* mount the file system volume */
/linux-master/security/integrity/ima/
H A Dima_main.c22 #include <linux/mount.h>
679 * @idmap: idmap of the mount the inode was found from
713 * @idmap: idmap of the mount the inode was found from
910 * @idmap: idmap of the mount the inode was found from
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c13 #include <linux/mount.h>
119 /* set up token delegation mount options */
138 /* create O_PATH fd for detached mount */
337 /* avoid mucking around with mount namespaces and mounting at
504 /* create BPF token from BPF FS mount */
575 /* create BPF token from BPF FS mount */
651 /* create BPF token from BPF FS mount */
840 /* before we mount BPF FS with token delegation, struct_ops skeleton
849 /* mount custom BPF FS over /sys/fs/bpf so that libbpf can create BPF
871 * creating BPF token from /sys/fs/bpf mount poin
[all...]
/linux-master/fs/quota/
H A Dquota_tree.c8 #include <linux/mount.h>
/linux-master/fs/notify/fanotify/
H A Dfanotify.c8 #include <linux/mount.h>
/linux-master/fs/nilfs2/
H A Dioctl.c17 #include <linux/mount.h> /* mnt_want_write_file(), mnt_drop_write_file() */
/linux-master/kernel/power/
H A Dhibernate.c23 #include <linux/mount.h>
/linux-master/fs/xfs/
H A Dxfs_file.c33 #include <linux/mount.h>
925 /* Does this file, inode, or mount want synchronous writes? */
H A Dxfs_log_cil.c750 ctx->busy_extents.mount = mp;
/linux-master/security/landlock/
H A Dfs.c23 #include <linux/mount.h>
738 /* Ignores hidden mount points. */
833 * @mnt_root directory used as a mount point. This mount point is the common
839 * only handles walking on the same mount point and only checks one set of
977 /* The mount points are the same for old and new paths, cf. EXDEV. */
996 /* Saves the common mount point. */
1163 * topology (i.e. the mount namespace), changing it may grant access to files
1171 * This could be lifted in the future if Landlock can safely handle mount
1174 * account the accesses of the source and the destination of a new mount poin
[all...]
/linux-master/fs/f2fs/
H A Dnode.c2469 bool sync, bool mount)
2488 if (!mount) {
2550 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) argument
2555 ret = __f2fs_build_free_nids(sbi, sync, mount);
2468 __f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) argument
/linux-master/fs/smb/client/
H A Ddir.c14 #include <linux/mount.h>

Completed in 412 milliseconds

<<1112131415