Searched refs:is_dir (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Ddir.c58 * had a file ('is_dir'==0) or directory ('is_dir'!=0) added to it.
60 static inline void update_dirs_plus(struct hfs_cat_entry *dir, int is_dir) argument
69 if (is_dir &&
88 * had a file ('is_dir'==0) or directory ('is_dir'!=0) removed.
90 static inline void update_dirs_minus(struct hfs_cat_entry *dir, int is_dir) argument
99 if (is_dir &&
338 int is_dir = (victim->type == HFS_CDR_DIR); local
342 update_dirs_minus(old_parent, is_dir);
[all...]
H A Dcatalog.c601 int is_dir, int count)
604 if (is_dir) {
669 const struct hfs_cat_rec *record, int is_dir,
705 has_thread = is_dir || (record->u.fil.Flags & HFS_FIL_THD);
710 thd_rec.cdrType = is_dir ? HFS_CDR_THD : HFS_CDR_FTH;
725 is_dir ? 2 + sizeof(DIR_REC) :
736 update_dir(mdb, parent, is_dir, 1);
1218 int is_dir, error = 0; local
1230 is_dir = 0;
1232 is_dir
600 update_dir(struct hfs_mdb *mdb, struct hfs_cat_entry *dir, int is_dir, int count) argument
668 create_entry(struct hfs_cat_entry *parent, struct hfs_cat_key *key, const struct hfs_cat_rec *record, int is_dir, hfs_u32 cnid, struct hfs_cat_entry **result) argument
1296 int is_dir, has_thread; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/msdos/
H A Dnamei.c247 int is_dir, int is_hid)
257 (*de)->attr = is_dir ? ATTR_DIR : ATTR_ARCH;
447 int is_dir; local
451 is_dir = S_ISDIR(old_inode->i_mode);
455 if (is_dir) {
473 &new_ino, is_dir, is_hid);
243 msdos_add_entry(struct inode *dir, const char *name, struct buffer_head **bh, struct msdos_dir_entry **de, int *ino, int is_dir, int is_hid) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/vfat/
H A Dnamei.c786 int len, int *slots, int is_dir, int uni_xlate)
855 de->attr = is_dir ? ATTR_DIR : ATTR_ARCH;
871 struct msdos_dir_slot *ds, int *slots, int is_dir)
880 return vfat_fill_slots(dir, ds, name, len, slots, is_dir, xlate);
884 int is_dir, struct vfat_slot_info *sinfo_out,
915 dir_slots, &slots, is_dir);
1175 int res, is_dir; local
1185 is_dir = S_ISDIR(old_inode->i_mode);
1187 if (is_dir && (res = fat_scan(old_inode,MSDOS_DOTDOT,&dotdot_bh,
1200 if (is_dir) {
785 vfat_fill_slots(struct inode *dir, struct msdos_dir_slot *ds, const char *name, int len, int *slots, int is_dir, int uni_xlate) argument
870 vfat_build_slots(struct inode *dir, const char *name, int len, struct msdos_dir_slot *ds, int *slots, int is_dir) argument
883 vfat_add_entry(struct inode *dir,struct qstr* qname, int is_dir, struct vfat_slot_info *sinfo_out, struct buffer_head **bh, struct msdos_dir_entry **de) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dpass1.c81 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member in struct:process_block_struct
670 pb.suppress = 0; pb.clear = 0; pb.is_dir = 0;
1494 pb.is_dir = LINUX_S_ISDIR(inode->i_mode);
1520 pb.is_dir ? BLOCK_FLAG_HOLE : 0,
1549 if (pb.is_dir) {
1579 if (ctx->dirs_to_hash && pb.is_dir &&
1584 if (!pb.num_blocks && pb.is_dir) {
1604 if (pb.is_dir) {
1751 if (p->is_dir == 0) {
1792 if (p->is_dir
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A De2image.c154 int is_dir; member in struct:process_block_struct
227 if (scramble_block_map && p->is_dir && blockcnt >= 0)
514 pb.is_dir = LINUX_S_ISDIR(inode.i_mode);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/resize/
H A Dresize2fs.c1039 int is_dir; member in struct:process_block_struct
1069 if (pb->is_dir) {
1178 pb.is_dir = LINUX_S_ISDIR(inode->i_mode);
1193 (rfs->bmap || pb.is_dir)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dnamei.c1207 static struct dentry *lookup_create(struct nameidata *nd, int is_dir) argument
1218 if (!is_dir && nd->last.name[nd->last.len] && !dentry->d_inode)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dvfs.c664 static struct dentry *lookup_create(struct nameidata *nd, int is_dir) argument
675 if (!is_dir && nd->last.name[nd->last.len] && !dentry->d_inode)

Completed in 113 milliseconds