Home
last modified time | relevance | path

Searched refs:rds (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/debugfs/
Ddebugfs.c1970 struct rd_struct *rds = (struct rd_struct *) private; in rmdir_proc() local
1978 rds->parent = dirent->inode; in rmdir_proc()
1981 rds->empty = 0; in rmdir_proc()
1990 struct rd_struct rds; in do_rmdir() local
2010 rds.parent = 0; in do_rmdir()
2011 rds.empty = 1; in do_rmdir()
2014 0, rmdir_proc, &rds); in do_rmdir()
2019 if (rds.empty == 0) { in do_rmdir()
2031 if (rds.parent) { in do_rmdir()
2032 if (debugfs_read_inode(rds.parent, &inode, argv[0])) in do_rmdir()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64SchedA57.td548 def : InstRW<[A57Write_10cyc_1L_1V], (instregex "^[FSU]CVT[AMNPZ][SU](_Int)?[SU]?[XW]?[DS]?[rds]i?"…