Lines Matching defs:magic
10 #include <linux/magic.h>
490 * path is a mount point and the super magic of the covering
498 * the super magic of the mount or 0 otherwise.
510 unsigned int devid, magic;
519 param->ismountpoint.out.magic = magic = 0;
534 magic = path.dentry->d_sb->s_magic;
548 magic = path.dentry->d_sb->s_magic;
552 param->ismountpoint.out.magic = magic;