Searched refs:whiteouts (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_log_cil.c | 1309 struct list_head *whiteouts, in xlog_cil_build_lv_chain() argument 1321 list_move(&item->li_cil, whiteouts); in xlog_cil_build_lv_chain() 1343 struct list_head *whiteouts) in xlog_cil_cleanup_whiteouts() argument 1345 while (!list_empty(whiteouts)) { in xlog_cil_cleanup_whiteouts() 1346 struct xfs_log_item *item = list_first_entry(whiteouts, in xlog_cil_cleanup_whiteouts() 1391 LIST_HEAD (whiteouts); in xlog_cil_push_work() 1463 xlog_cil_build_lv_chain(ctx, &whiteouts, &num_iovecs, &num_bytes); in xlog_cil_push_work() 1590 xlog_cil_cleanup_whiteouts(&whiteouts); in xlog_cil_push_work() 1604 xlog_cil_cleanup_whiteouts(&whiteouts); in xlog_cil_push_work()
|
| /linux/Documentation/filesystems/ |
| H A D | overlayfs.rst | 140 whiteouts and opaque directories 145 that files have been removed. This is done using whiteouts and opaque 159 An opaque directory should not contain any whiteouts, because they do not 573 that have overlayfs attributes, such as whiteouts or "overlay.*" xattrs, will 587 "overlay.opaque" xattr set to "x" (see `whiteouts and opaque directories`_). 588 These alternative whiteouts are never created by overlayfs, but can be used by 590 These alternative whiteouts can be escaped using the standard xattr escape
|