Home
last modified time | relevance | path

Searched defs:isdir (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/fs/erofs/
H A Dinode.c237 static int erofs_fill_inode(struct inode *inode, int isdir) in erofs_fill_inode()
324 bool isdir) in erofs_iget()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpath.c94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path() local
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcachedpath.py84 def isdir(self, s): member in CachedPath
/OK3568_Linux_fs/kernel/include/linux/
H A Dfsnotify.h131 int isdir, struct inode *target, in fsnotify_move()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dfile.c112 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put()
134 bool isdir) in fuse_do_open()
221 int fuse_open_common(struct inode *inode, struct file *file, bool isdir) in fuse_open_common()
297 void fuse_release_common(struct file *file, bool isdir) in fuse_release_common()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dfile.c204 int fmode, bool isdir) in ceph_init_file_info()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dbmap.c124 int isdir = gfs2_is_dir(ip); in gfs2_unstuff_dinode() local
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dioctl.c915 static int btrfs_may_delete(struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete()
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c2777 static int may_delete(struct inode *dir, struct dentry *victim, bool isdir) in may_delete()