| /fs/ocfs2/ |
| A D | buffer_head_io.h | 30 int (*validate)(struct super_block *sb, 41 int (*validate)(struct super_block *sb, in ocfs2_read_block() 52 status = ocfs2_read_blocks(ci, off, 1, bh, 0, validate); in ocfs2_read_block()
|
| A D | extent_map.h | 53 int (*validate)(struct super_block *sb, 62 int (*validate)(struct super_block *sb, in ocfs2_read_virt_block() 73 status = ocfs2_read_virt_blocks(inode, v_block, 1, bh, 0, validate); in ocfs2_read_virt_block()
|
| A D | buffer_head_io.c | 195 int (*validate)(struct super_block *sb, in ocfs2_read_blocks() 327 if (validate) in ocfs2_read_blocks() 382 status = validate(sb, bh); in ocfs2_read_blocks()
|
| A D | extent_map.c | 968 int (*validate)(struct super_block *sb, in ocfs2_read_virt_blocks() 977 validate); in ocfs2_read_virt_blocks() 1027 bhs + done, flags, validate); in ocfs2_read_virt_blocks()
|
| A D | ocfs2_trace.h | 1599 void *bhs, unsigned int flags, void *validate), 1600 TP_ARGS(inode, vblock, nr, bhs, flags, validate), 1607 __field(void *, validate) 1615 __entry->validate = validate; 1618 __entry->nr, __entry->bhs, __entry->flags, __entry->validate)
|
| /fs/btrfs/ |
| A D | props.c | 27 int (*validate)(const struct btrfs_inode *inode, const char *value, member 82 return handler->validate(inode, value, value_len); in btrfs_validate_prop() 380 .validate = prop_compression_validate, 420 ret = h->validate(inode, value, strlen(value)); in btrfs_inode_inherit_props()
|
| /fs/efivarfs/ |
| A D | vars.c | 153 bool (*validate)(efi_char16_t *var_name, int match, u8 *data, member 277 if (variable_validate[i].validate == NULL) in efivar_validate() 280 return variable_validate[i].validate(var_name, match, in efivar_validate()
|
| /fs/bcachefs/ |
| A D | journal_sb.c | 84 .validate = bch2_sb_journal_validate, 187 .validate = bch2_sb_journal_v2_validate,
|
| A D | compress.h | 70 .validate = bch2_opt_compression_validate, \
|
| A D | super-io.h | 66 int (*validate)(struct bch_sb *, struct bch_sb_field *, member
|
| A D | sb-counters.c | 109 .validate = bch2_sb_counters_validate,
|
| A D | sb-errors.c | 77 .validate = bch2_sb_errors_validate,
|
| A D | sb-members.c | 343 .validate = bch2_sb_members_v1_validate, 399 .validate = bch2_sb_members_v2_validate,
|
| A D | opts.c | 358 if (opt->fn.validate) in bch2_opt_validate() 359 return opt->fn.validate(v, err); in bch2_opt_validate()
|
| A D | journal_seq_blacklist.c | 225 .validate = bch2_sb_journal_seq_blacklist_validate,
|
| A D | sb-clean.c | 262 .validate = bch2_sb_clean_validate,
|
| A D | replicas.c | 763 .validate = bch2_sb_replicas_validate, 802 .validate = bch2_sb_replicas_v0_validate,
|
| A D | super-io.c | 1347 .validate = bch2_sb_ext_validate, 1375 ret = ops->validate ? ops->validate(sb, f, flags, &field_err) : 0; in bch2_sb_field_validate()
|
| A D | sb-downgrade.c | 366 .validate = bch2_sb_downgrade_validate,
|
| A D | disk_groups.c | 113 .validate = bch2_sb_disk_groups_validate,
|
| A D | checksum.c | 434 .validate = bch2_sb_crypt_validate,
|
| A D | opts.h | 82 int (*validate)(u64, struct printbuf *); member
|
| A D | recovery_passes.c | 197 .validate = bch2_sb_recovery_passes_validate,
|
| /fs/smb/client/ |
| A D | netlink.c | 36 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
|
| /fs/adfs/ |
| A D | super.c | 255 int (*validate)(struct super_block *sb, in adfs_probe() 285 ret = validate(sb, bh, &dr); in adfs_probe()
|