Lines Matching defs:data
847 * @data: argument to each of them
853 void *data)
871 if (!test(old, data))
892 err = set(s, data);
1157 * pagecache, etc). Also file data modifications go via their own
1159 * from bdev, we could get stale data, so invalidate it to give a best
1283 int set_anon_super(struct super_block *s, void *data)
1376 static int set_bdev_super(struct super_block *s, void *data)
1378 s->s_dev = *(dev_t *)data;
1591 static int test_bdev_super(struct super_block *s, void *data)
1593 return !(s->s_iflags & SB_I_RETIRED) && s->s_dev == *(dev_t *)data;
1597 int flags, const char *dev_name, void *data,
1629 error = fill_super(s, data, flags & SB_SILENT ? 1 : 0);
1657 int flags, void *data,
1666 error = fill_super(s, data, flags & SB_SILENT ? 1 : 0);
1677 int flags, void *data)
1691 ret = parse_monolithic_mount_data(fc, data);
1707 int flags, void *data,
1717 error = fill_super(s, data, flags & SB_SILENT ? 1 : 0);
1721 error = reconfigure_single(s, flags, data);
1769 * SB_BORN as the data dependency between the two functions is
2001 /* All writers are done so after syncing there won't be dirty data */