/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ceph/ |
H A D | dir.c | 709 if (!req->r_reply_info.head->is_dentry) { in ceph_finish_lookup() 879 if (!err && !req->r_reply_info.head->is_dentry) in ceph_mknod() 940 if (!err && !req->r_reply_info.head->is_dentry) in ceph_symlink() 1005 !req->r_reply_info.head->is_dentry) in ceph_mkdir() 1046 } else if (!req->r_reply_info.head->is_dentry) { in ceph_link() 1188 if (!err && !req->r_reply_info.head->is_dentry) in ceph_unlink() 1245 if (!err && !req->r_reply_info.head->is_dentry) { in ceph_rename()
|
H A D | inode.c | 1284 rinfo->head->is_dentry, rinfo->head->is_target); in ceph_fill_trace() 1286 if (!rinfo->head->is_target && !rinfo->head->is_dentry) { in ceph_fill_trace() 1293 if (rinfo->head->is_dentry) { in ceph_fill_trace() 1383 if (rinfo->head->is_dentry && in ceph_fill_trace() 1511 } else if (rinfo->head->is_dentry && req->r_dentry) { in ceph_fill_trace()
|
H A D | file.c | 749 if ((flags & O_CREAT) && !req->r_reply_info.head->is_dentry) in ceph_atomic_open()
|
H A D | mds_client.c | 301 if (info->head->is_dentry) { in parse_reply_info_trace()
|
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ceph/ |
H A D | dir.c | 709 if (!req->r_reply_info.head->is_dentry) { in ceph_finish_lookup() 879 if (!err && !req->r_reply_info.head->is_dentry) in ceph_mknod() 940 if (!err && !req->r_reply_info.head->is_dentry) in ceph_symlink() 1005 !req->r_reply_info.head->is_dentry) in ceph_mkdir() 1046 } else if (!req->r_reply_info.head->is_dentry) { in ceph_link() 1188 if (!err && !req->r_reply_info.head->is_dentry) in ceph_unlink() 1245 if (!err && !req->r_reply_info.head->is_dentry) { in ceph_rename()
|
H A D | inode.c | 1284 rinfo->head->is_dentry, rinfo->head->is_target); in ceph_fill_trace() 1286 if (!rinfo->head->is_target && !rinfo->head->is_dentry) { in ceph_fill_trace() 1293 if (rinfo->head->is_dentry) { in ceph_fill_trace() 1383 if (rinfo->head->is_dentry && in ceph_fill_trace() 1511 } else if (rinfo->head->is_dentry && req->r_dentry) { in ceph_fill_trace()
|
H A D | file.c | 749 if ((flags & O_CREAT) && !req->r_reply_info.head->is_dentry) in ceph_atomic_open()
|
H A D | mds_client.c | 301 if (info->head->is_dentry) { in parse_reply_info_trace()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ceph/ |
H A D | dir.c | 709 if (!req->r_reply_info.head->is_dentry) { in ceph_finish_lookup() 879 if (!err && !req->r_reply_info.head->is_dentry) in ceph_mknod() 940 if (!err && !req->r_reply_info.head->is_dentry) in ceph_symlink() 1005 !req->r_reply_info.head->is_dentry) in ceph_mkdir() 1046 } else if (!req->r_reply_info.head->is_dentry) { in ceph_link() 1188 if (!err && !req->r_reply_info.head->is_dentry) in ceph_unlink() 1245 if (!err && !req->r_reply_info.head->is_dentry) { in ceph_rename()
|
H A D | inode.c | 1284 rinfo->head->is_dentry, rinfo->head->is_target); in ceph_fill_trace() 1286 if (!rinfo->head->is_target && !rinfo->head->is_dentry) { in ceph_fill_trace() 1293 if (rinfo->head->is_dentry) { in ceph_fill_trace() 1383 if (rinfo->head->is_dentry && in ceph_fill_trace() 1511 } else if (rinfo->head->is_dentry && req->r_dentry) { in ceph_fill_trace()
|
H A D | file.c | 749 if ((flags & O_CREAT) && !req->r_reply_info.head->is_dentry) in ceph_atomic_open()
|
H A D | mds_client.c | 301 if (info->head->is_dentry) { in parse_reply_info_trace()
|
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/fs/ |
H A D | tsk_fatfs.h | 254 uint8_t (*is_dentry)(FATFS_INFO *a_fatfs, FATFS_DENTRY *a_dentry, member
|
H A D | fatfs_meta.c | 1417 …!fatfs->is_dentry(fatfs, dep, (FATFS_DATA_UNIT_ALLOC_STATUS_ENUM)cluster_is_alloc, do_basic_dentry… 1452 …if (!fatfs->is_dentry(fatfs, dep, (FATFS_DATA_UNIT_ALLOC_STATUS_ENUM)cluster_is_alloc, do_basic_de…
|
H A D | exfatfs.c | 491 a_fatfs->is_dentry = exfatfs_is_dentry; in exfatfs_set_func_ptrs()
|
H A D | fatxxfs.c | 812 fatfs->is_dentry = fatxxfs_is_dentry; in fatxxfs_open()
|
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/fs/ |
H A D | tsk_fatfs.h | 254 uint8_t (*is_dentry)(FATFS_INFO *a_fatfs, FATFS_DENTRY *a_dentry, member
|
H A D | fatfs_meta.c | 1417 …!fatfs->is_dentry(fatfs, dep, (FATFS_DATA_UNIT_ALLOC_STATUS_ENUM)cluster_is_alloc, do_basic_dentry… in fatfs_inode_walk() 1452 …if (!fatfs->is_dentry(fatfs, dep, (FATFS_DATA_UNIT_ALLOC_STATUS_ENUM)cluster_is_alloc, do_basic_de… in fatfs_inode_walk()
|
H A D | exfatfs.c | 491 a_fatfs->is_dentry = exfatfs_is_dentry; in exfatfs_set_func_ptrs()
|
H A D | fatxxfs.c | 812 fatfs->is_dentry = fatxxfs_is_dentry; in fatxxfs_open()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/ceph/ |
H A D | ceph_fs.h | 522 __u8 is_dentry, is_target; /* true if dentry, target inode records member
|
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/ceph/ |
H A D | ceph_fs.h | 522 __u8 is_dentry, is_target; /* true if dentry, target inode records member
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/ceph/ |
H A D | ceph_fs.h | 522 __u8 is_dentry, is_target; /* true if dentry, target inode records member
|