Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dpath.c94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path() local
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py86 def isdir(self, s): member in CachedPath
/openbmc/linux/fs/fuse/
H A Dfile.c107 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put()
129 unsigned int open_flags, bool isdir) in fuse_file_open()
171 bool isdir) in fuse_do_open()
221 int fuse_open_common(struct inode *inode, struct file *file, bool isdir) in fuse_open_common()
306 unsigned int open_flags, fl_owner_t id, bool isdir) in fuse_file_release()
333 void fuse_release_common(struct file *file, bool isdir) in fuse_release_common()
H A Dioctl.c425 bool isdir = S_ISDIR(inode->i_mode); in fuse_priv_ioctl_prepare() local
/openbmc/linux/include/linux/
H A Dfsnotify.h148 int isdir, struct inode *target, in fsnotify_move()
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c30 int isdir; member
/openbmc/linux/fs/gfs2/
H A Dbmap.c97 int isdir = gfs2_is_dir(ip); in __gfs2_unstuff_inode() local
/openbmc/linux/fs/ceph/
H A Dfile.c199 int fmode, bool isdir) in ceph_init_file_info()
/openbmc/linux/fs/btrfs/
H A Dioctl.c927 struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete()
/openbmc/linux/fs/
H A Dnamei.c2950 struct dentry *victim, bool isdir) in may_delete()