Searched refs:validate (Results 1 – 10 of 10) sorted by relevance
/fs/ocfs2/ |
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()
|
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()
|
D | buffer_head_io.c | 195 int (*validate)(struct super_block *sb, in ocfs2_read_blocks() 328 if (validate) in ocfs2_read_blocks() 383 status = validate(sb, bh); in ocfs2_read_blocks()
|
D | extent_map.c | 958 int (*validate)(struct super_block *sb, in ocfs2_read_virt_blocks() 967 validate); in ocfs2_read_virt_blocks() 1011 bhs + done, flags, validate); in ocfs2_read_virt_blocks()
|
D | ocfs2_trace.h | 1601 void *bhs, unsigned int flags, void *validate), 1602 TP_ARGS(inode, vblock, nr, bhs, flags, validate), 1609 __field(void *, validate) 1617 __entry->validate = validate; 1620 __entry->nr, __entry->bhs, __entry->flags, __entry->validate)
|
/fs/btrfs/ |
D | props.c | 25 int (*validate)(const struct btrfs_inode *inode, const char *value, member 80 return handler->validate(inode, value, value_len); in btrfs_validate_prop() 377 .validate = prop_compression_validate, 417 ret = h->validate(BTRFS_I(inode), value, strlen(value)); in btrfs_inode_inherit_props()
|
/fs/efivarfs/ |
D | vars.c | 153 bool (*validate)(efi_char16_t *var_name, int match, u8 *data, member 252 if (variable_validate[i].validate == NULL) in efivar_validate() 255 return variable_validate[i].validate(var_name, match, in efivar_validate()
|
/fs/smb/client/ |
D | netlink.c | 36 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
|
/fs/adfs/ |
D | super.c | 281 int (*validate)(struct super_block *sb, in adfs_probe() 311 ret = validate(sb, bh, &dr); in adfs_probe()
|
/fs/smb/server/ |
D | transport_ipc.c | 209 ksmbd_genl_ops[i].validate = GENL_DONT_VALIDATE_STRICT | in ksmbd_nl_init_fixup()
|