Home
last modified time | relevance | path

Searched defs:orphan (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ubifs/
H A Dorphan.c55 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local
184 struct ubifs_orphan *orphan, **last; in ubifs_orphan_start_commit() local
289 struct ubifs_orphan *orphan, *cnext; in write_orph_node() local
391 struct ubifs_orphan *orphan, **last; in consolidate() local
456 struct ubifs_orphan *orphan, *dnext; in erase_deleted() local
758 struct check_orphan *orphan, *o; in dbg_ins_check_orphan() local
/linux/include/scsi/
H A Dsg.h177 char orphan; /* 0 -> normal request, 1 -> from interrupted SG_IO */ member
/linux/drivers/scsi/
H A Dsg.c131 char orphan; /* 1 -> drop on sight, 0 -> normal */ member
888 char orphan; member
/linux/include/linux/
H A Dcoresight.h293 bool orphan; member
/linux/fs/f2fs/
H A Dcheckpoint.c783 struct ino_entry *orphan = NULL; in write_orphan_inodes() local
/linux/fs/ext4/
H A Dinode.c5765 int orphan = 0; in ext4_setattr() local
/linux/drivers/net/
H A Dvirtio_net.c3235 static int xmit_skb(struct send_queue *sq, struct sk_buff *skb, bool orphan) in xmit_skb()