Home
last modified time | relevance | path

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

/Linux-v5.4/fs/erofs/
Dinode.c168 static int erofs_fill_inode(struct inode *inode, int isdir) in erofs_fill_inode()
272 bool isdir) in erofs_iget()
/Linux-v5.4/security/apparmor/
Dpath.c94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path() local
/Linux-v5.4/include/linux/
Dfsnotify.h106 int isdir, struct inode *target, in fsnotify_move()
/Linux-v5.4/fs/fuse/
Dfile.c111 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put()
133 bool isdir) in fuse_do_open()
216 int fuse_open_common(struct inode *inode, struct file *file, bool isdir) in fuse_open_common()
276 void fuse_release_common(struct file *file, bool isdir) in fuse_release_common()
/Linux-v5.4/fs/afs/
Dyfsclient.c918 const char *name, bool isdir, in yfs_fs_remove()
Dfsclient.c721 const char *name, bool isdir, struct afs_status_cb *dvnode_scb) in afs_fs_remove()
/Linux-v5.4/fs/ceph/
Dfile.c203 int fmode, bool isdir) in ceph_init_file_info()
/Linux-v5.4/fs/gfs2/
Dbmap.c124 int isdir = gfs2_is_dir(ip); in gfs2_unstuff_dinode() local
/Linux-v5.4/fs/btrfs/
Dioctl.c901 static int btrfs_may_delete(struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete()
/Linux-v5.4/fs/
Dnamei.c2780 static int may_delete(struct inode *dir, struct dentry *victim, bool isdir) in may_delete()