Searched defs:is_dir (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/tools/testing/selftests/exec/
H A Dnon-regular.c38 int is_dir; local
45 int is_dir; local
15 rm(struct __test_metadata *_metadata, const char *pathname, int is_dir) argument
/linux-master/tools/perf/util/
H A Ddata.h33 bool is_dir; member in struct:perf_data
H A Ddata.c249 static bool is_dir(struct perf_data *data) function
/linux-master/fs/vboxsf/
H A Ddir.c256 vboxsf_dir_create(struct inode *parent, struct dentry *dentry, umode_t mode, bool is_dir, bool excl, u64 *handle_ret) argument
/linux-master/fs/notify/
H A Dfsnotify.c334 bool is_dir = mask & FS_ISDIR; local
/linux-master/fs/smb/server/
H A Doplock.h39 bool is_dir; member in struct:lease_ctx_info
58 bool is_dir; member in struct:lease
H A Dsmbacl.c1012 bool is_dir = S_ISDIR(d_inode(path->dentry)->i_mode); local
1202 bool smb_inherit_flags(int flags, bool is_dir) argument
/linux-master/fs/fat/
H A Dnamei_msdos.c439 int err, old_attrs, is_dir, update_dotdot, corrupt = 0; local
227 msdos_add_entry(struct inode *dir, const unsigned char *name, int is_dir, int is_hid, int cluster, struct timespec64 *ts, struct fat_slot_info *sinfo) argument
H A Dfile.c39 int is_dir = S_ISDIR(inode->i_mode); local
H A Dnamei_vfat.c940 int err, is_dir, corrupt = 0; local
579 vfat_build_slots(struct inode *dir, const unsigned char *name, int len, int is_dir, int cluster, struct timespec64 *ts, struct msdos_dir_slot *slots, int *nr_slots) argument
656 vfat_add_entry(struct inode *dir, const struct qstr *qname, int is_dir, int cluster, struct timespec64 *ts, struct fat_slot_info *sinfo) argument
/linux-master/fs/exfat/
H A Dfile.c389 int is_dir = S_ISDIR(inode->i_mode); local
H A Dinode.c28 bool is_dir = (ei->type == TYPE_DIR) ? true : false; local
/linux-master/fs/ocfs2/
H A Djournal.h418 static inline int ocfs2_mknod_credits(struct super_block *sb, int is_dir, argument
/linux-master/fs/overlayfs/
H A Ddir.c795 static int ovl_remove_upper(struct dentry *dentry, bool is_dir, argument
875 static int ovl_do_remove(struct dentry *dentry, bool is_dir) argument
1081 bool is_dir = d_is_dir(old); local
H A Dnamei.c23 bool is_dir; member in struct:ovl_lookup_data
787 bool is_dir = d_is_dir(origin); local
[all...]
H A Dinode.c165 bool is_dir = S_ISDIR(inode->i_mode); local
1222 bool is_dir; local
[all...]
/linux-master/fs/udf/
H A Dnamei.c768 bool has_diriter = false, is_dir = false; local
/linux-master/fs/ubifs/
H A Ddir.c1305 int is_dir = S_ISDIR(old_inode->i_mode); local
/linux-master/scripts/kconfig/
H A Dconfdata.c35 static bool is_dir(const char *path) function
/linux-master/tools/bpf/bpftool/
H A Dcommon.c247 int mount_bpffs_for_pin(const char *name, bool is_dir) argument
/linux-master/fs/f2fs/
H A Dnode.h402 static inline void set_cold_node(struct page *page, bool is_dir) argument
H A Dcheckpoint.c1088 bool is_dir = (type == DIR_INODE); local
/linux-master/fs/ntfs3/
H A Dinode.c37 bool is_dir; local
/linux-master/include/linux/
H A Dfsnotify_backend.h697 static inline bool fsnotify_mask_applicable(__u32 mask, bool is_dir, argument
716 fsnotify_effective_ignore_mask(struct fsnotify_mark *mark, bool is_dir, int iter_type) argument
/linux-master/fs/xfs/
H A Dxfs_inode.c1015 int is_dir = S_ISDIR(mode); local
2607 int is_dir = S_ISDIR(VFS_I(ip)->i_mode); local

Completed in 302 milliseconds

12