EXT2_MOUNT_XIP 284 fs/ext2/super.c if (sbi->s_mount_opt & EXT2_MOUNT_XIP) EXT2_MOUNT_XIP 1178 fs/ext2/super.c if (((sbi->s_mount_opt & EXT2_MOUNT_XIP) != EXT2_MOUNT_XIP 1179 fs/ext2/super.c (old_mount_opt & EXT2_MOUNT_XIP)) && EXT2_MOUNT_XIP 68 fs/ext2/xip.c if ((sbi->s_mount_opt & EXT2_MOUNT_XIP) && EXT2_MOUNT_XIP 70 fs/ext2/xip.c sbi->s_mount_opt &= (~EXT2_MOUNT_XIP); EXT2_MOUNT_XIP 15 fs/ext2/xip.h return (sbi->s_mount_opt & EXT2_MOUNT_XIP);