Searched refs:no_open (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/
H A Dinode.c143 static int no_open(struct inode *inode, struct file *file) function
159 static const struct file_operations no_open_fops = {.open = no_open};
/linux-master/fs/nfs/
H A Ddir.c2079 goto no_open;
2135 goto no_open;
2138 goto no_open;
2158 no_open:
/linux-master/fs/fuse/
H A Dfuse_i.h732 unsigned no_open:1; member in struct:fuse_conn
H A Ddir.c748 goto no_open;
770 no_open:
H A Dfile.c132 bool open = isdir ? !fc->no_opendir : !fc->no_open;
160 fc->no_open = 1;

Completed in 168 milliseconds