HomeSort by: relevance | last modified time | path
    Searched refs:tn_tflags (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs_subr.c 235 node->tn_tflags = 0;
1167 atomic_and_uint(&node->tn_tflags, ~TMPFS_UPDATE_ATIME);
1171 atomic_and_uint(&node->tn_tflags, ~TMPFS_UPDATE_MTIME);
1192 if ((tflags |= atomic_swap_uint(&node->tn_tflags, 0)) == 0) {
1216 if ((tflags | atomic_load_relaxed(&node->tn_tflags)) == 0) {
1234 cur = atomic_load_relaxed(&node->tn_tflags);
1236 atomic_or_uint(&node->tn_tflags, tflags);
tmpfs.h 115 unsigned tn_tflags; member in struct:tmpfs_node

Completed in 12 milliseconds