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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfce_api_internal.h30 int is_dir; member in struct:fce_history
37 int fce_handle_coalescation( char *path, int is_dir, int mode );
H A Dfce_util.c118 int fce_handle_coalescation( char *path, int is_dir, int mode ) argument
183 if (coalesce_delete() && fh->is_dir && (mode == FCE_FILE_DELETE || mode == FCE_DIR_DELETE))
203 fce_history_list[oldest_entry_idx].is_dir = is_dir;
H A Dfce_api.c337 static int register_fce(const char *u_name, int is_dir, int mode) argument
367 } else if (!is_dir || mode == FCE_DIR_DELETE) {
382 if (!(mode & FCE_TM_SIZE) && fce_handle_coalescation( full_path_buffer, is_dir, mode ))
H A Dacls.c341 static uint32_t posix_permset_to_darwin_rights(acl_entry_t e, int is_dir) argument
367 if (is_dir)
511 * DARWIN_ACE_DELETE_CHILD & (is_dir == 1) -> ACL_WRITE
515 * @param is_dir (r) 1 for dirs, 0 for files
519 static acl_perm_t map_darwin_right_to_posix_permset(uint32_t darwin_ace_rights, int is_dir) argument
526 if (darwin_ace_rights & (DARWIN_ACE_WRITE_DATA | (DARWIN_ACE_DELETE_CHILD & is_dir)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfce_api_internal.h36 int is_dir; member in struct:fce_history
48 bool fce_handle_coalescation( char *path, int is_dir, int mode );
H A Dfce_util.c97 bool fce_handle_coalescation( char *path, int is_dir, int mode ) argument
146 && fh->is_dir
163 fce_history_list[oldest_entry_idx].is_dir = is_dir;
H A Dfce_api.c366 static int register_fce(const char *u_name, int is_dir, int mode) argument
396 } else if (!is_dir || mode == FCE_DIR_DELETE) {
411 if (!(mode & FCE_TM_SIZE) && fce_handle_coalescation( full_path_buffer, is_dir, mode ))
H A Dacls.c346 static uint32_t posix_permset_to_darwin_rights(acl_entry_t e, int is_dir) argument
372 if (is_dir)
655 * DARWIN_ACE_DELETE_CHILD & (is_dir == 1) -> ACL_WRITE
659 * @param is_dir (r) 1 for dirs, 0 for files
663 static acl_perm_t map_darwin_right_to_posix_permset(uint32_t darwin_ace_rights, int is_dir) argument
670 if (darwin_ace_rights & (DARWIN_ACE_WRITE_DATA | (is_dir ? DARWIN_ACE_DELETE_CHILD : 0)))
1353 int is_dir; local
1377 is_dir = !strcmp(path, ".");
1379 if (is_dir && (curdir->d_rights_cache != 0xffffffff)) {
1427 if (is_dir) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/msdos/
H A Dnamei.c243 int is_dir, int is_hid, int cluster,
251 de.attr = is_dir ? ATTR_DIR : ATTR_ARCH;
455 int err, old_attrs, is_dir, update_dotdot, corrupt = 0; local
467 is_dir = S_ISDIR(old_inode->i_mode);
468 update_dotdot = (is_dir && old_dir != new_dir);
513 if (is_dir) {
521 err = msdos_add_entry(new_dir, new_name, is_dir, is_hid, 0,
570 if (is_dir)
242 msdos_add_entry(struct inode *dir, const unsigned char *name, int is_dir, int is_hid, int cluster, struct timespec *ts, struct fat_slot_info *sinfo) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/vfat/
H A Dnamei.c560 int len, int is_dir, int cluster,
627 de->attr = is_dir ? ATTR_DIR : ATTR_ARCH;
641 static int vfat_add_entry(struct inode *dir, struct qstr *qname, int is_dir, argument
657 err = vfat_build_slots(dir, qname->name, len, is_dir, cluster, ts,
876 int err, is_dir, update_dotdot, corrupt = 0; local
886 is_dir = S_ISDIR(old_inode->i_mode);
887 update_dotdot = (is_dir && old_dir != new_dir);
898 if (is_dir) {
906 err = vfat_add_entry(new_dir, &new_dentry->d_name, is_dir, 0,
951 if (is_dir)
559 vfat_build_slots(struct inode *dir, const unsigned char *name, int len, int is_dir, int cluster, struct timespec *ts, struct msdos_dir_slot *slots, int *nr_slots) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dfile.c40 int err, is_dir = S_ISDIR(inode->i_mode); local
63 (is_dir ? ATTR_DIR : 0);
68 if (is_dir) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddcache.h361 extern struct dentry *lookup_create(struct nameidata *nd, int is_dir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmtools.h141 int is_dir(Stream_t *Dir, char *path);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dnamei.c1797 * @is_dir: directory flag
1804 struct dentry *lookup_create(struct nameidata *nd, int is_dir) argument
1832 if (!is_dir && nd->last.name[nd->last.len] && !dentry->d_inode)
2423 int is_dir = S_ISDIR(old_dentry->d_inode->i_mode); local
2429 error = may_delete(old_dir, old_dentry, is_dir);
2436 error = may_delete(new_dir, new_dentry, is_dir);
2448 if (is_dir)
2454 fsnotify_move(old_dir, new_dir, old_name, new_name, is_dir,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c2873 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member in struct:process_block_struct_1
3344 pb.suppress = 0; pb.clear = 0; pb.is_dir = 0;
4102 pb.is_dir = LINUX_S_ISDIR(inode->i_mode);
4128 pb.is_dir ? BLOCK_FLAG_HOLE : 0,
4167 if (ctx->dirs_to_hash && pb.is_dir &&
4172 if (!pb.num_blocks && pb.is_dir) {
4188 if (pb.is_dir) {
4277 if (p->is_dir == 0) {
4308 if (p->is_dir && blockcnt > (1 << (21 - fs->super->s_log_block_size)))
4312 if (!p->is_dir
[all...]

Completed in 190 milliseconds