Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Ddir.c2097 goto no_open; in nfs_atomic_open()
2153 goto no_open; in nfs_atomic_open()
2156 goto no_open; in nfs_atomic_open()
2176 no_open: in nfs_atomic_open()
/linux-6.15/fs/fuse/
H A Dfuse_i.h761 unsigned no_open:1; member
H A Ddir.c755 goto no_open; in fuse_atomic_open()
777 no_open: in fuse_atomic_open()
H A Dfile.c132 bool open = isdir ? !fc->no_opendir : !fc->no_open; in fuse_file_open()
160 fc->no_open = 1; in fuse_file_open()
/linux-6.15/fs/
H A Dinode.c212 static int no_open(struct inode *inode, struct file *file) in no_open() function
230 static const struct file_operations no_open_fops = {.open = no_open}; in inode_init_always_gfp()