Searched refs:no_open_fops (Results 1 – 1 of 1) sorted by relevance
230 static const struct file_operations no_open_fops = {.open = no_open}; in inode_init_always_gfp() 240 inode->i_fop = &no_open_fops; in inode_init_always_gfp() 2635 /* leave it no_open_fops */ in init_special_inode() 231 static const struct file_operations no_open_fops = {.open = no_open}; inode_init_always_gfp() local