Searched refs:gfs2_open_common (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | inode.h | 106 extern int gfs2_open_common(struct inode *inode, struct file *file);
|
H A D | file.c | 623 * gfs2_open_common - This is common to open and atomic_open 635 int gfs2_open_common(struct inode *inode, struct file *file) in gfs2_open_common() function 696 error = gfs2_open_common(inode, file); in gfs2_open()
|
H A D | inode.c | 646 error = finish_open(file, dentry, gfs2_open_common); in gfs2_create_inode() 791 error = finish_open(file, dentry, gfs2_open_common); in gfs2_create_inode() 892 error = finish_open(file, dentry, gfs2_open_common); in __gfs2_lookup()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | inode.h | 106 extern int gfs2_open_common(struct inode *inode, struct file *file);
|
H A D | file.c | 612 * gfs2_open_common - This is common to open and atomic_open 624 int gfs2_open_common(struct inode *inode, struct file *file) in gfs2_open_common() function 688 error = gfs2_open_common(inode, file); in gfs2_open()
|
H A D | inode.c | 667 error = finish_open(file, dentry, gfs2_open_common); in gfs2_create_inode() 811 error = finish_open(file, dentry, gfs2_open_common); in gfs2_create_inode() 915 error = finish_open(file, dentry, gfs2_open_common); in __gfs2_lookup()
|
Completed in 9 milliseconds