Searched refs:orphan (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dsg.h154 char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */ member in struct:sg_req_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dinode.c195 * make sure that the in-core orphan linked list is properly
208 * Kill off the orphan record which ext3_truncate created.
211 * deletion of a non-existent orphan - this is because we don't
212 * know if ext3_truncate() actually created an orphan record.
1560 * orphan list. So recovery will truncate it back to the original size
1575 int orphan = 0; local
1590 orphan = 1;
1608 if (orphan && inode->i_nlink)
1610 if (orphan && ret > 0) {
2154 * truncate against the orphan inod
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dinode.c193 * make sure that the in-core orphan linked list is properly
206 * Kill off the orphan record which ext4_truncate created.
209 * deletion of a non-existent orphan - this is because we don't
210 * know if ext4_truncate() actually created an orphan record.
1559 * orphan list. So recovery will truncate it back to the original size
1574 int orphan = 0; local
1589 orphan = 1;
1607 if (orphan && inode->i_nlink)
1609 if (orphan && ret > 0) {
2161 * truncate against the orphan inod
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsg.c135 char orphan; /* 1 -> drop on sight, 0 -> normal */ member in struct:sg_request
157 char keep_orphan; /* 0 -> drop orphan (def), 1 -> keep for read() */
816 srp->orphan = 1;
990 rinfo[val].orphan = srp->orphan;
1297 } else if (srp && srp->orphan) {
H A Dgdth.h398 unchar orphan; /* flag: drive fragment */ member in struct:__anon6507
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c860 char orphan; member in struct:compat_sg_req_info

Completed in 198 milliseconds